mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 06:02:57 +03:00
05b623e6b0
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' }) }) ``` |
||
---|---|---|
.. | ||
bin | ||
bundles | ||
src | ||
types | ||
.npmignore | ||
browsers.json | ||
cli.js | ||
index.d.ts | ||
index.js | ||
index.mjs | ||
package.json | ||
README.md | ||
ThirdPartyNotices.txt |
playwright-core
This package contains the no-browser flavor of Playwright.