Skip to content

Instantly share code, notes, and snippets.

@dannyshain
Created September 10, 2021 00:23
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 dannyshain/932968e33a0a9039be2419cfc6174eef to your computer and use it in GitHub Desktop.
Save dannyshain/932968e33a0a9039be2419cfc6174eef to your computer and use it in GitHub Desktop.
try {
//some Selenium code here
}
catch (NoSuchElementException e) {
//some other code to execute
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment