MCPcopy Index your code
hub / github.com/plotly/dash / select

Method select

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

Source from the content-addressed store, hash-verified

411 )[self.row].click()
412
413 def select(self):
414 return self.mixin.find_elements(
415 "#{} {} tbody tr td.dash-select-cell:not(.phantom-cell)".format(
416 self.id, self.state
417 )
418 )[self.row].click()
419
420 def is_selected(self):
421 return (

Calls 3

find_elementsMethod · 0.80
clickMethod · 0.45
formatMethod · 0.45

Tested by

no test coverage detected