playwright/packages/playwright-core
Dmitry Gozman 356fc35b85
feat(role selector): allow unquoted name attribute (#13224)
- This supports `role=button[name=Hello]` similarly to CSS selectors.
- Does not change `_react` or `_vue` behavior that insist on quoting the string.
- Uses CSS notion of "identifier" characters.
2022-04-01 10:08:02 -07:00
..
2021-10-11 16:52:17 +02:00
2021-10-11 16:52:17 +02:00
2022-03-08 14:01:20 -08:00

playwright-core

This package contains the no-browser flavor of Playwright.