playwright/packages/playwright-core
Dmitry Gozman 05b623e6b0
feat(locators): asLocator supports internal:has= (#18625)
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' }) })
```
2022-11-08 08:47:02 -08:00
..
bin feat(containers): implement global network tethering for playwright server (#17719) 2022-11-03 13:47:51 -07:00
bundles chore: bump 'ip' peer dependency (#15750) 2022-07-18 20:04:26 +02:00
src feat(locators): asLocator supports internal:has= (#18625) 2022-11-08 08:47:02 -08:00
types docs: support custom hrefs for api links (#18514) 2022-11-02 13:35:51 -07:00
.npmignore chore: babel, expect, zip bundles (#13588) 2022-04-18 11:31:58 -07:00
browsers.json feat(firefox): roll to 1364 and 1367, rebase page-drag.spec (#18559) 2022-11-04 08:53:50 -07:00
cli.js chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
index.d.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
index.js chore: sunset Node.js 12 (#16512) 2022-08-15 18:10:04 +02:00
index.mjs fix: export request from index.jsm (#13158) 2022-03-30 09:35:47 -07:00
package.json chore: cut v1.27.0 (#17859) 2022-10-05 15:30:35 -07:00
README.md chore: drop dependency on playwright-core in all our packages (#2318) 2020-05-21 13:18:15 -07:00
ThirdPartyNotices.txt chore: use codemirror for editor (#18482) 2022-11-01 15:04:30 -07:00

playwright-core

This package contains the no-browser flavor of Playwright.