Skip to content

Instantly share code, notes, and snippets.

@angiejones
Created January 29, 2021 06:39
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 angiejones/9b676af6e4dfe396721839d8889bff13 to your computer and use it in GitHub Desktop.
Save angiejones/9b676af6e4dfe396721839d8889bff13 to your computer and use it in GitHub Desktop.
Playwright - get multiple elements
public int getNumberOfVisibleBooks(){
return page.querySelectorAll(locator_visibleBooks).size();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment