mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00

The following snippet: ```js rowLocator .filter({ hasText: 'John' }) .filter({ has: page.getByRole('button', { name: 'Say hello' }) }) ``` is shown in the logs: ```log pw:api waiting for getByRole('listitem').filter({ hasText: 'John' }).filter({ has: getByRole('button', { name: 'Say hello' }) }) ```
playwright-core
This package contains the no-browser flavor of Playwright.