playwright/tests/inspector
Dmitry Gozman f587a43932
feat(locator): "has" option (#11411)
This introduces `locator('div', { has: locator })` syntax that matches elements containing other elements.
Can be used together with `hasText`.

Internally, has selector engine takes an inner selector escaped with double-quotes:
`div >> has="li >> span >> text=Foo" >> span`.
2022-02-02 16:55:50 -08:00
..
cli-codegen-1.spec.ts tests: fix variety of tests (#9630) 2021-10-19 17:03:15 -07:00
cli-codegen-2.spec.ts feat(acceptDownload): revert acceptDownload (#10709) 2021-12-06 09:25:24 -08:00
cli-codegen-csharp.spec.ts fix(test): fix broken codegen test (#8383) 2021-08-23 22:38:50 -04:00
cli-codegen-java.spec.ts fix(test): fix broken codegen test (#8383) 2021-08-23 22:38:50 -04:00
cli-codegen-javascript.spec.ts fix(test): fix broken codegen test (#8383) 2021-08-23 22:38:50 -04:00
cli-codegen-python-async.spec.ts fix(test): fix broken codegen test (#8383) 2021-08-23 22:38:50 -04:00
cli-codegen-python.spec.ts fix(test): fix broken codegen test (#8383) 2021-08-23 22:38:50 -04:00
cli-codegen-test.spec.ts codegen: use import instead of require for codegen tests (#10104) 2021-11-05 19:01:54 -07:00
console-api.spec.ts feat(locator): "has" option (#11411) 2022-02-02 16:55:50 -08:00
inspectorTest.ts fix: typos (#11789) 2022-02-01 11:09:41 -08:00
pause.spec.ts fix(inspector): do not show internal calls (#10982) 2021-12-16 17:17:24 -08:00