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

Function scroll_by

components/dash-table/tests/selenium/test_scrolling.py:37–42  ·  view source on GitHub ↗
(test, value)

Source from the content-addressed store, hash-verified

35
36
37def scroll_by(test, value):
38 test.driver.execute_script(
39 "document.querySelector('#table .dt-table-container__row-1').scrollBy({}, 0);".format(
40 value
41 )
42 )
43
44
45@pytest.mark.parametrize(

Callers 2

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…