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

Method copy

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

Source from the content-addressed store, hash-verified

615 )
616
617 def copy(self):
618 with self.hold(CMD):
619 self.send_keys("c")
620
621 # Small wait to let Chrome stabilize focus after clipboard operation
622 time.sleep(0.1)
623
624 def paste(self):
625 with self.hold(CMD):

Calls 2

holdMethod · 0.95
send_keysMethod · 0.95

Tested by

no test coverage detected