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

Method is_input

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

Source from the content-addressed store, hash-verified

207 return len(el) == 1
208
209 def is_input(self):
210 el = self.get().find_elements(By.CSS_SELECTOR, ".dash-cell-value")
211
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()

Callers 2

Calls 2

getMethod · 0.95
find_elementsMethod · 0.80

Tested by

no test coverage detected