playwright/packages/playwright-core
Dmitry Gozman cafa558845
fix(codegen): update priorites in selector generator (#18688)
- prefer `role=checkbox` over `input[type=checkbox]`
- prefer `#id` over `input[type=checkbox]` and `role=checkbox`
- prefer `text=foo` over `internal:has-text=foo`
- ignore `none` and `presentation` roles
- remove non-strict support
2022-11-09 17:22:13 -08:00
..
2022-08-15 18:10:04 +02:00
2022-10-05 15:30:35 -07:00

playwright-core

This package contains the no-browser flavor of Playwright.