MCPcopy
hub / github.com/plotly/dash / click

Method click

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

Source from the content-addressed store, hash-verified

146 return self.get().find_element(By.CSS_SELECTOR, ".dash-cell-value")
147
148 def click(self):
149 return self.get().click()
150
151 def double_click(self):
152 ac = ActionChains(self.mixin.driver)

Callers 15

DropdownFunction · 0.45
select_date_singleMethod · 0.45
select_date_rangeMethod · 0.45
test_cnfd001_dialogFunction · 0.45
test_link001_eventFunction · 0.45

Calls 1

getMethod · 0.95

Tested by

no test coverage detected