Skip to content

Instantly share code, notes, and snippets.

@brobles82
Created January 29, 2020 18:22
Show Gist options
  • Save brobles82/184d98a56a3ffc259230d7b24cee40c1 to your computer and use it in GitHub Desktop.
Save brobles82/184d98a56a3ffc259230d7b24cee40c1 to your computer and use it in GitHub Desktop.
public boolean isWebElementPresent() {
return driver.findElements(By.testLocator).size() > 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment