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/9d4840c7954ea3e1b8a06209da30b977 to your computer and use it in GitHub Desktop.
Save ultimate-qa2/9d4840c7954ea3e1b8a06209da30b977 to your computer and use it in GitHub Desktop.
Navigating back X number of pages using JS executor
((JavascriptExecutor) driver).executeScript("history.go(-3)");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment