MCPcopy Create free account
hub / github.com/plotly/dash / get_text

Method get_text

components/dash-table/tests/selenium/conftest.py:214–222  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

212 return len(el) == 1 and el[0].get_attribute("type") is not None
213
214 def get_text(self):
215 el = self._get_cell_value()
216
217 value = el.get_attribute("value")
218 return (
219 value
220 if value is not None and value != ""
221 else el.get_attribute("innerHTML")
222 )
223
224 def move_to(self):
225 ac = ActionChains(self.mixin.driver)

Calls 1

_get_cell_valueMethod · 0.95

Tested by

no test coverage detected