-
-
Save angiejones/33b6cf07a72b8c954032d659bf0c6fa2 to your computer and use it in GitHub Desktop.
Playwright - get list of elements
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const visibleBooksSelector = 'li:not(.ui-screen-hidden)' | |
const visibleBooks = await page.$$(visibleBooksSelector) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment