Hey,guys. How to work around the strict mode of playwright regarding amount of selectors? For example I need to check that all checkboxes are checked with page.locator('[id ^= "board_item"]').locator('input[type="checkbox"]') ? Should I count the amount of them and then add nth to each element or what? Thank you for answers
This thread is trying to answer question "How to work around the strict mode of playwright regarding amount of selectors to check that all checkboxes are checked?"
Rayrun is a community for QA engineers. I am constantly looking for new ways to add value to people learning Playwright and other browser automation frameworks. If you have feedback, email [email protected].