Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/plotly/dash
/ send_keys
Method
send_keys
components/dash-table/tests/selenium/conftest.py:636–637 ·
view source on GitHub ↗
(self, keys)
Source
from the content-addressed store, hash-verified
634
635
@preconditions(_validate_keys)
636
def
send_keys(self, keys):
637
self.driver.switch_to.active_element.send_keys(keys)
638
639
640
class
DataTableComposite(Browser, DataTableMixin):
Callers
15
copy
Method · 0.95
paste
Method · 0.95
test_ddot001_dropdown_radioitems_checklist_option_title
Function · 0.80
test_link002_scroll
Function · 0.80
send_keys
Function · 0.80
test_a11y_range_001_keyboard_range_selection_with_highlights
Function · 0.80
test_a11y_range_002_keyboard_update_existing_range
Function · 0.80
send_keys
Function · 0.80
open_calendar
Function · 0.80
test_dtpr008_input_click_opens_but_keeps_focus
Function · 0.80
test_dppt000_datepicker_single_default
Function · 0.80
test_dppt001_datepicker_single_with_portal
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected