Yury Semikhatsky
|
13977301fd
|
test: click links in shadow dom (#5773)
|
2021-03-09 16:28:09 -08:00 |
|
Dmitry Gozman
|
6c12f58058
|
feat(selectors): always make xpath relative (#5252)
This makes `/foo` and `//foo` match starting with the scope,
not the document, by turning them into `./foo` and `.//foo`.
|
2021-02-02 13:27:16 -08:00 |
|
Dmitry Gozman
|
7a4b94e66c
|
feat(selectors): nth-match selector (#5081)
Introduces :nth-match(ul > li, 3) css extension, with one-based index.
|
2021-01-21 16:39:49 -08:00 |
|
Dmitry Gozman
|
d62b661cfa
|
docs: rename proximity selectors to position selectors (#4975)
|
2021-01-11 18:25:41 -08:00 |
|
Dmitry Gozman
|
eb9ea20511
|
feat(selectors): proximity selectors (#4923)
|
2021-01-07 14:12:59 -08:00 |
|
Dmitry Gozman
|
5215add60d
|
chore: remove selectorsV2Enabled switch (#4880)
Selectors V2 seem to stick.
|
2021-01-04 15:32:31 -08:00 |
|
Dmitry Gozman
|
4c11f5d885
|
test: remove hacky requires, use imports instead (#4835)
Since our client implements our types, we can now import
implementation in tests without type conflicts.
|
2020-12-28 11:14:33 -08:00 |
|
Dmitry Gozman
|
5a1c9f1fe1
|
fix(selector): bring back v1 query logic (#4754)
It turned out that v1 query logic is not shimmable by v2 logic.
This change brings back v1 query logic for `>>` combinator.
|
2020-12-17 17:01:46 -08:00 |
|
Dmitry Gozman
|
c8e9b0542b
|
feat(selectors): disable proximity selectors (#4659)
These are not ready for prime time yet.
|
2020-12-10 10:04:10 -08:00 |
|
Dmitry Gozman
|
ab44d682ca
|
feat(selectors): remove index for now, add documentation (#4640)
|
2020-12-09 13:08:37 -08:00 |
|
Dmitry Gozman
|
1e754a4d80
|
feat(selectors): proximity selectors (#4614)
This includes 'left-of', 'right-of', 'above', 'below', 'near' and 'within'.
|
2020-12-07 16:07:47 -08:00 |
|
Dmitry Gozman
|
1e0ab79f9a
|
feat(selectors): add visible and index engines (#4595)
|
2020-12-06 15:03:36 -08:00 |
|
Pavel Feldman
|
0ee9050f1b
|
chore: split playwright.fixtures into files (4) (#3985)
|
2020-09-26 10:59:27 -07:00 |
|
Pavel Feldman
|
8df1fe47bc
|
test: explicitly require expect (#3755)
|
2020-09-03 09:43:08 -07:00 |
|
Pavel Feldman
|
175fc52747
|
test: roll test-runner to 0.2.8 (#3748)
|
2020-09-02 21:43:38 -07:00 |
|
Joel Einbinder
|
e2057fb8bb
|
chore(test): run eslint on tests (#3638)
|
2020-08-28 04:20:29 -07:00 |
|
Pavel Feldman
|
86815d70e0
|
test: convert rename options to parameters, remove options magic (#3543)
|
2020-08-19 21:32:12 -07:00 |
|
Pavel Feldman
|
2f5a0a6c07
|
test: slowly removing testOptions (#3464)
|
2020-08-14 07:22:54 -07:00 |
|
Dmitry Gozman
|
9b52ca8676
|
chore: remove unused non-rpc code, test options, infra, bots (#3444)
|
2020-08-13 16:00:23 -07:00 |
|
Joel Einbinder
|
6054f14794
|
chore(tests): convert all tests to typescript (#3384)
|
2020-08-11 15:50:53 -07:00 |
|