1
0
mirror of synced 2026-08-31 19:55:37 +00:00

594 Commits

Author SHA1 Message Date
Yury Semikhatsky ab81b542b8 chore: roll driver (#643) 2021-10-12 16:03:11 -07:00
Yury Semikhatsky 07e7cb85c7 chore: roll driver (#642) 2021-10-12 11:25:51 -07:00
Yury Semikhatsky 7af5405d38 feat: roll driver, implement locator.waitFor (#639) 2021-10-05 19:00:19 -07:00
Yury Semikhatsky 61f5e4dfdd chore: roll driver to 1.16.0-next-1632766475000 (#629) 2021-09-27 13:21:10 -07:00
Max Schmitt 81724c7c94 chore: mark 1.16.0-SNAPSHOT (#621) 2021-09-21 15:11:27 +02:00
Yury Semikhatsky 3eb88931bf test: stop using chunked encoding for responses (#617) 2021-09-20 17:13:39 -07:00
Max Schmitt 948dd1515a test: fix sizes test by using no chunked requests (#616) 2021-09-20 13:14:45 -07:00
Yury Semikhatsky dd57d5248d chore: switch to connect implementation in driver (#615) 2021-09-20 13:10:50 -07:00
Yury Semikhatsky 16cc466622 feat: roll driver, headerValue(s), wheel (#609) 2021-09-17 16:20:14 -07:00
Yury Semikhatsky bc7a59d852 chore: more code reuse, enable 2 tests (#599) 2021-09-10 08:08:37 -07:00
Yury Semikhatsky 2dbc6194a3 feat: catch up with recent feature development upstream (#598) 2021-09-09 18:12:07 -07:00
Yury Semikhatsky 1d69d924cf fix: respect predicate in waitFor* methods (#596) 2021-09-07 12:59:28 -07:00
Max Schmitt a171c39601 feat(roll): roll Playwright to 1.15.0-next-1629487941000 (#583) 2021-08-24 18:26:01 +02:00
Yury Semikhatsky cba51c5e96 docs: duplicate field docs to builder methods (#578) 2021-08-20 08:29:46 -07:00
Yury Semikhatsky 89894e15d2 docs: fix @link reference for method with alias (#577) 2021-08-19 14:52:35 -07:00
Yury Semikhatsky a012836779 chore: update driver, support context-level strict (#575) 2021-08-18 15:08:08 -07:00
Yury Semikhatsky 33ec902eb9 chore: update current version to 1.15.0-SNAPSHOT (#563) 2021-08-13 14:38:07 -07:00
Yury Semikhatsky 104be4728f chore: update driver to 1.14.0-1628878084000 (#561) 2021-08-13 12:32:58 -07:00
Yury Semikhatsky 08776552da test: navigate to download url (#558) 2021-08-13 09:05:40 -07:00
Yury Semikhatsky cd3b45acd0 chore: update driver to 1.14.0-next-1628705690000 (#552) 2021-08-11 16:49:18 -07:00
Yury Semikhatsky ab2efd4d80 test: referer option and more navigation tests (#545) 2021-08-10 23:07:05 -07:00
Yury Semikhatsky fcac298050 feat: roll driver, add dnd tests (#540) 2021-08-06 16:06:52 -07:00
Yury Semikhatsky 476e222c93 fix: support 0 size read from stream (#539) 2021-08-06 12:35:20 -07:00
Yury Semikhatsky 696610de15 fix: event info for waitForLoadState (#534) 2021-07-30 04:54:42 -07:00
Yury Semikhatsky 3e7f8017e0 fix: set apiName for method calls in metadata (#533) 2021-07-29 08:19:35 -07:00
Yury Semikhatsky 3631357a35 feat: roll driver, implement locator (#532) 2021-07-28 09:24:31 -07:00
Yury Semikhatsky 79529a7239 chore: bump snapshot version to 1.14 (#531) 2021-07-28 00:57:59 -07:00
Max Schmitt 654a4dc12f feat(roll): roll Playwright to 1.13.0-1626733671000 (#521) 2021-07-20 14:14:54 +02:00
Max Schmitt 5eecbb5252 fix(websockets): filter for text and binary frames (#522) 2021-07-20 14:07:31 +02:00
Yury Semikhatsky 1b58892e58 fix: reverse route handlers order (#517)
This PR mirrors https://github.com/microsoft/playwright/pull/7585

https://github.com/microsoft/playwright/issues/7394
2021-07-16 10:38:27 -07:00
Yury Semikhatsky a1ef49cd03 feat: roll driver, fix validfrom/to type (#516) 2021-07-13 06:44:17 -07:00
Yury Semikhatsky 2b0b50358b feat: remaining baseUrl implementation bits (#515) 2021-07-13 06:15:36 -07:00
Yury Semikhatsky 399de8e899 feat: roll driver to 07/12, implement new features (#514) 2021-07-12 09:35:17 -07:00
Yury Semikhatsky 5a0dd8595c fix: NPE in ElementHandle.hover() (#509) 2021-07-06 03:01:28 -07:00
Yury Semikhatsky 518f117fb0 chore: roll driver to 1.13.0-next-1623789547000 (#493) 2021-06-15 14:29:30 -07:00
Yury Semikhatsky 539b18f167 fix: support tracing over CDP (#492) 2021-06-15 13:55:20 -07:00
Yury Semikhatsky 1958a2fa64 fix: respect WebSocket.waitForFrame* predicate (#490) 2021-06-15 12:25:44 -07:00
Yury Semikhatsky 87ad579deb feat: accept driver env in Playwright.create() (#480) 2021-06-09 16:17:02 -07:00
Yury Semikhatsky d3f06cefd8 chore: update current version to 1.13.0-SNAPSHOT (#475) 2021-06-08 13:34:38 -07:00
Yury Semikhatsky 8c93ddf232 feat: roll driver, deprecated channel enum (#468) 2021-06-04 09:26:52 -07:00
Yury Semikhatsky 9a994aba70 test: disable test that flakes in Chromium (#457) 2021-05-21 09:40:19 -07:00
Yury Semikhatsky a67bf05b05 test(screencast): close context with video before returning from test method (#456) 2021-05-20 15:25:23 -07:00
Yury Semikhatsky a5d5c0d960 test: close file reader when done (#454) 2021-05-20 14:58:23 -07:00
Yury Semikhatsky 8e7f958242 test: disable same site attribute test in WebKit Windows (#455) 2021-05-20 14:57:33 -07:00
Yury Semikhatsky c6d94b918f test: port more browserType.connect() tests (#453) 2021-05-20 14:28:13 -07:00
Yury Semikhatsky 061e2a961a chore: roll to 1.12.0-next-1621527598000 (#452) 2021-05-20 09:44:15 -07:00
Yury Semikhatsky 87d9957486 fix: wait for video to finish even if page was closed (#447) 2021-05-18 22:45:17 -07:00
Yury Semikhatsky b3629a704b test: use @TestInstance(PER_CLASS) instead of ThreadLocal (#446) 2021-05-18 12:20:13 -07:00
Yury Semikhatsky 02bd360319 feat: roll driver, implement context tracing and network APIs (#444) 2021-05-17 16:32:44 -07:00
Yury Semikhatsky bcf879b8f0 test: support parallel execution (#443) 2021-05-13 16:47:27 -07:00