You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add role locator support and XPath handling to Puppeteer findElements/findElement
- Add role locator check in findElements to call findByRole (like Playwright)
- Add role locator check in findElement to call findByRole
- Fix XPath handling in findElement to use findElements (removes $x dependency)
- Fixes 6 failing Puppeteer tests:
- role locators with text filter (exact match case-sensitive)
- role locator combinations (checkbox state)
- grab elements by role
- waitForClickable by XPath (3 tests)
All role locator tests now pass with proper text filtering and exact matching.
0 commit comments