playwright/packages/playwright-core
Dmitry Gozman bde2e90973
fix(selector generator): do not produce `has-text="foo"s` (#21679)
There is no locator counterpart for it. Instead, produce a regex.

Also fix locator generator to not produce incorrect locator in this
case.

Fixes #21649.
2023-03-15 13:43:42 -07:00
..
bin chore(docker): remove experimental docker integration (#20676) 2023-02-06 10:50:45 -08:00
bundles chore: fix build/watch script for bundles and vite-powered packages (#20055) 2023-01-11 18:36:04 -08:00
src fix(selector generator): do not produce `has-text="foo"s` (#21679) 2023-03-15 13:43:42 -07:00
types docs: update default timeouts in js to be zero and mention config (#21675) 2023-03-14 16:34:30 -07:00
.npmignore chore: remove experimental dockerfile.remote (#20790) 2023-02-09 12:18:02 -08:00
README.md
ThirdPartyNotices.txt chore: vendor proper-lockfile dependency (#19969) 2023-01-09 17:13:58 -08:00
browsers.json feat(chromium-tip-of-tree): roll to r1094 (#21658) 2023-03-14 15:04:08 +01:00
cli.js
index.d.ts
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: mark 1.32.0-next (#20929) 2023-02-15 16:15:42 -08:00

README.md

playwright-core

This package contains the no-browser flavor of Playwright.