Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
Dropdown
Function · 0.45
select_date_single
Method · 0.45
select_date_range
Method · 0.45
test_cnfd001_dialog
Function · 0.45
test_cnfd002_injected_confirm
Function · 0.45
test_loca002_location_link
Function · 0.45
test_loca003_location_callback
Function · 0.45
test_mkdw006_toggle_mathjax
Function · 0.45
test_mkdw007_load_mathjax
Function · 0.45
test_mkdw009_target_blank_links
Function · 0.45
test_ttbs001_canonical_behavior
Function · 0.45
test_link001_event
Function · 0.45
Calls
1
get
Method · 0.95
Tested by
no test coverage detected