Skip to content

Instantly share code, notes, and snippets.

@ultimate-qa2
Last active February 15, 2021 05:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ultimate-qa2/87f75047e187862fedc25b93ba3757ab to your computer and use it in GitHub Desktop.
Save ultimate-qa2/87f75047e187862fedc25b93ba3757ab to your computer and use it in GitHub Desktop.
Scrolling to the bottom of the page using JS executor
public void scrollDown() {
((JavascriptExecutor) driver)
.executeScript("window.scrollTo(0, document.body.scrollHeight)");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment