217 Commits

Author SHA1 Message Date
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
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
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
Yury Semikhatsky
06b88b3d4b
fix: support slowMo options in browserType.connect (#434) 2021-05-07 16:21:07 -07:00
Yury Semikhatsky
a95f8f3887
feat: support tracing API for chromium (#422) 2021-05-04 09:16:44 -07:00
Yury Semikhatsky
627a940bcd
feat: protocol logging timestamps (#415) 2021-04-26 20:32:25 -07:00
Yury Semikhatsky
c30e105e36
feat: support extra headers in connect and connectOverCDP (#414) 2021-04-26 14:30:55 -07:00
Yury Semikhatsky
e995996e4f
test: update beforeunload expected text in firefox (#408) 2021-04-21 09:33:17 -07:00
Yury Semikhatsky
c23afbf9cf
test: check that SameSiteAttribute is properly propagated (#405) 2021-04-21 09:05:16 -07:00
Yury Semikhatsky
8e27ec6bc3
test(lolcale): port locale tests from typescript (#395) 2021-04-12 12:30:45 -07:00
Yury Semikhatsky
2d956e4a8d
feat: roll driver, support connectOverCDP with plain URL (#392) 2021-04-08 17:07:53 -07:00
Yury Semikhatsky
40c663ccce
feat: support connectOverCDP (#387) 2021-04-06 23:20:07 -07:00
Yury Semikhatsky
1ff5671b12
feat: roll driver, implement waitForUrl and new Video APIs (#382) 2021-04-02 08:53:26 -07:00
Yury Semikhatsky
ac7b1e4a7a
chore: roll driver v1.10.0 (#360) 2021-03-24 16:14:57 -07:00
Yury Semikhatsky
b1b5b43948
fix(launcher): firefoxUserPrefs serialization (#351) 2021-03-22 14:35:29 -07:00
Yury Semikhatsky
bddd52e360
chore: update cli to 1.10.0-next-1616100617000 (#348) 2021-03-18 17:59:05 -07:00
Yury Semikhatsky
cbc671dd16
fix: supported driver jar packed into another jar (#342) 2021-03-11 23:58:23 -08:00
Yury Semikhatsky
4bcb7afeda
tests: port new postData tests from upstream (#335) 2021-03-08 12:29:19 -08:00
Yury Semikhatsky
7ca9b33f46
chore: roll driver to 1.10.0-next-1615230258000 (#334) 2021-03-08 12:20:26 -08:00
Yury Semikhatsky
617822fa18
fix: rename builder methods from with* to set* (#324) 2021-03-05 13:38:26 -08:00
Yury Semikhatsky
86c06c4fd3
fix(api): throw TimeoutError on timeout (#323) 2021-03-05 13:18:24 -08:00
Yury Semikhatsky
e9d5d6c5cd
fix: correctly terminate connection on remote browser close (#318) 2021-03-04 14:26:22 -08:00
Yury Semikhatsky
2094d40ecb
fix: delete deprecated accessibility API, add onceDialog (#317) 2021-03-03 21:15:34 -08:00
Yury Semikhatsky
33cbcd6fc7
fix: roll 1.9.1-1614654987000, rename onConsole->onConsoleMessage (#311) 2021-03-01 21:29:12 -08:00
Yury Semikhatsky
aa853e8386
chore: generate selectOption from api.json (#295) 2021-02-19 15:44:10 -08:00
Yury Semikhatsky
99890b57bc
fix: generate helper builder methods for nested types (#294) 2021-02-19 14:34:01 -08:00
Yury Semikhatsky
ab5cd1c511
fix: generate overloaded builders for options (#293) 2021-02-19 13:46:08 -08:00
Yury Semikhatsky
b7a822ee41
chore: always use number for polling interval option (#292) 2021-02-19 12:39:23 -08:00
Yury Semikhatsky
c9787e2102
chore: user array instead of list only for overloaded params (#291) 2021-02-19 11:44:58 -08:00
Yury Semikhatsky
8e62a47f6d
fix: generate FilePayload and setInputFiles from api.json (#286) 2021-02-12 18:14:09 -08:00
Yury Semikhatsky
b8a774eecc
fix: generate frameByUrl from api.json (#285) 2021-02-12 16:23:04 -08:00
Yury Semikhatsky
5fa5a513d2
fix: start generating overloaded method for union params from api.json (#283) 2021-02-12 14:53:47 -08:00
Yury Semikhatsky
0afb42bb0f
fix: remove devices from the API (#280) 2021-02-11 12:53:18 -08:00
Yury Semikhatsky
5bf883a456
fix: move exposed binding and funcion callbacks to top level (#278) 2021-02-10 18:14:24 -08:00
Yury Semikhatsky
ea34deeb2b
fix: generate return and param types from api.json (#276) 2021-02-10 15:42:03 -08:00
Yury Semikhatsky
442a577506
fix: drop RecordHar and RecordVideo clasess, use flat list of their options (#275) 2021-02-10 12:00:43 -08:00
Yury Semikhatsky
fcc1d8672a
fix: take required options as constructor params (#274) 2021-02-09 17:58:55 -08:00
Yury Semikhatsky
429f2969aa
fix: extract some option classes to top level (#273) 2021-02-09 17:15:09 -08:00
Yury Semikhatsky
b77b9b0d20
chore: move enums and second level nested classes into options package (#267) 2021-02-08 18:33:38 -08:00
Yury Semikhatsky
566e0f90e2
fix(api): generate enums from api.json, put them into separate files (#264) 2021-02-08 15:36:01 -08:00