Skip to content

Instantly share code, notes, and snippets.

@santhoshv339
Created January 23, 2017 12:14
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 santhoshv339/554a70fd543956f88b1a015a90a41c61 to your computer and use it in GitHub Desktop.
Save santhoshv339/554a70fd543956f88b1a015a90a41c61 to your computer and use it in GitHub Desktop.
Scroll to end of page
Actions action = new Actions(driver);
action.sendKeys(Keys.PAGE_DOWN);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment