MCPcopy 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
640class DataTableComposite(Browser, DataTableMixin):

Calls

no outgoing calls

Tested by

no test coverage detected