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

Function scroll_table_by

components/dash-table/tests/selenium/test_scrolling2.py:18–23  ·  view source on GitHub ↗
(test, value)

Source from the content-addressed store, hash-verified

16
17
18def scroll_table_by(test, value):
19 test.driver.execute_script(
20 "document.querySelector('#table .dt-table-container__row-1').scrollBy(0, {});".format(
21 value
22 )
23 )
24
25
26def scroll_window_by(test, value):

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…