You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.
for i := 0; i < 10000; i += 500 {
page.RunScript("window.scrollTo(0, offset);", map[string]interface{}{"offset": i}, nil)
time.Sleep(1000 * time.Millisecond)
}
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to navigate down a JavaScript-heavy page. Is there any way to focus on a given page element (e.g. to force an infinite scroll to kick in)?
The text was updated successfully, but these errors were encountered: