playwright/packages/playwright-core
Dmitry Gozman c80a23842b
fix(css): relative-to-scope selectors work (#23665)
Chained selectors where the second part starts with a scope did not work
before:

```ts
page.locator('div').locator(':scope + span')
page.locator('div >> +span')
```
2023-06-13 10:27:25 -07:00
..
2023-05-22 12:37:08 -07:00
2022-08-15 18:10:04 +02:00
2023-06-07 12:41:56 -07:00

playwright-core

This package contains the no-browser flavor of Playwright.