Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/plotly/dash
/ scroll_window_by
Function
scroll_window_by
components/dash-table/tests/selenium/test_scrolling2.py:26–27 ·
view source on GitHub ↗
(test, value)
Source
from the content-addressed store, hash-verified
24
25
26
def
scroll_window_by(test, value):
27
test.driver.execute_script(
"window.scrollBy(0, {});"
.format(value))
28
29
30
def
get_app(props, data_fn=generate_mock_data):
Callers
1
test_scrv001_select_on_scroll
Function · 0.85
Calls
1
format
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…