530 Commits

Author SHA1 Message Date
Yury Semikhatsky
5bf883a456
fix: move exposed binding and funcion callbacks to top level (#278) 2021-02-10 18:14:24 -08:00
Yury Semikhatsky
d4ef6d6431
chore: simplify generator (#277) 2021-02-10 16:20:33 -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
7642097291
chore: remove special case for WebSocketFrame (#272) 2021-02-09 16:50:01 -08:00
Yury Semikhatsky
bd14c560d2
fix: import options package in the example (#271) 2021-02-09 10:59:19 -08:00
Yury Semikhatsky
18ca3e6ace
chore: remove custom mapping for pdf options (#268) 2021-02-08 18:35:27 -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
c2690f925c
fix: allow building persistent context options from device (#266) 2021-02-08 15:52:32 -08:00
Yury Semikhatsky
f409965c8e
chore: remove unused code from generator (#265) 2021-02-08 15:52:02 -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
Yury Semikhatsky
b98e920efb
docs: fix network interception example to work with 0.190.0 (#262) 2021-02-08 09:20:16 -08:00
Yury Semikhatsky
90940b23f3
fix: generate waitFor* methods from upstream docs (#260) 2021-02-04 22:29:55 -08:00
Yury Semikhatsky
2c9fa04a43
tests: stop using waitFor* methods which will be removed (#259) 2021-02-04 20:36:29 -08:00
Yury Semikhatsky
eebb223bc3
chore(generator): use case-sensitive event names from upstream (#257) 2021-02-04 11:55:36 -08:00
Yury Semikhatsky
f99d6643cd
feat: implement Page.pause (#256) 2021-02-04 09:39:44 -08:00
ephung01
37e5de729f
test: add new test 'Test Browser Context Viewport' (#255) 2021-02-04 09:23:34 -08:00
Yury Semikhatsky
811ca89fd4
chore: remove custom generator for bodyBytes (#254) 2021-02-03 18:59:42 -08:00
Yury Semikhatsky
6dbebaed5a
fix: rename Route.continue_ to Route.resume (#253) 2021-02-03 14:14:35 -08:00
Yury Semikhatsky
ee4f8698da
fix: auto dismiss dialogs if there are no listeners (#252) 2021-02-03 13:18:01 -08:00
Yury Semikhatsky
e31ea3cbe9
fix: change Accessibility.snapshot type to String (#251) 2021-02-03 12:58:38 -08:00
Yury Semikhatsky
b60bbc8b88
fix: change storage state type to String (#250) 2021-02-02 18:05:57 -08:00
Yury Semikhatsky
a577e62ece
chore: delete code for generating custom option names (#249) 2021-02-02 18:05:34 -08:00
Yury Semikhatsky
d14d35610e
chore: remove custom generator code for Response.finished (#248) 2021-02-02 12:49:20 -08:00
Yury Semikhatsky
301234aa4f
chore: roll cli, remove custom ignoreDefaultArgs generator (#247) 2021-02-02 12:15:30 -08:00
Yury Semikhatsky
7a7edea189
fix: add snapshot repo to the examples project (#246) 2021-02-02 11:10:07 -08:00
JB Nizet
a6f25595f3
feat: extend AutoCloseable in Playwright, BrowserContext, Browser and… (#238) 2021-02-01 17:31:51 -08:00
Yury Semikhatsky
5af091880f
chore: remove more upstreamed stuff (#244) 2021-02-01 13:34:23 -08:00
Yury Semikhatsky
4c165c2069
feat: update driver to 1.9.0-next-1612209901000 (#243) 2021-02-01 12:51:25 -08:00
Yury Semikhatsky
65df7be823
fix: remove Exception from Playwright.close signature (#240) 2021-01-29 21:12:25 -08:00
JB Nizet
2c6e278167
chore: avoid creating a useless DataOutputStream when writing to a file (#236) 2021-01-29 11:14:19 -08:00
JB Nizet
68525d1426
fix: avoid NPE when saving storage state (#235) 2021-01-29 11:13:52 -08:00
Yury Semikhatsky
1da197fdf5
chore: delete Page.LoadState, use Frame.LoadState instead (#234) 2021-01-25 16:00:30 -08:00
Yury Semikhatsky
e545829bf5
fix(api): make Dialog.type() return string (#233) 2021-01-25 15:11:05 -08:00
Yury Semikhatsky
982cc6a3bc
chore: streamline enum serialization (#232) 2021-01-25 12:35:13 -08:00
Yury Semikhatsky
dc139d25d1
chore: delete Event interface (#231) 2021-01-25 11:18:01 -08:00
ephung01
4f9d4f170f
test: add new test 'Selectors CSS' (#229) 2021-01-25 11:17:08 -08:00
Yury Semikhatsky
55344516ea
chore: move on to 0.190.0-SNAPSHOT (#228) 2021-01-22 18:19:31 -08:00
Yury Semikhatsky
454b155bbc
chore: delete Listener interface from implementation (#226) 2021-01-22 13:35:11 -08:00
Yury Semikhatsky
808f666399
fix(api): make all event listeners accept one parameter (#225) 2021-01-22 12:49:27 -08:00
Yury Semikhatsky
d1f1287e77
fix(api): update waitForRequest/Response predicate to accept Request/… (#224) 2021-01-21 18:50:04 -08:00
Yury Semikhatsky
0c30cc1bfc
chore: simplify api generator (#223) 2021-01-21 18:22:02 -08:00
Yury Semikhatsky
e80c23980a
test(dom): convert remaining element handle convenience tests (#222) 2021-01-21 13:51:29 -08:00
Yury Semikhatsky
50a631304d
feat(driver): roll driver to 1.8.0 (#221) 2021-01-21 13:35:39 -08:00
Yury Semikhatsky
bfc7bcdc4b
docs: add table of contents, highlight min Java version (#220) 2021-01-21 09:04:53 -08:00
Yury Semikhatsky
3376836752
fix(api): remove Listener interface from public API (#219) 2021-01-20 19:32:53 -08:00
ephung01
2ba2706104
test: add new test 'Page Keyboard' (#217) 2021-01-20 19:31:45 -08:00
Yury Semikhatsky
58e97f1b36
fix(api): delete Deferred interface, use waitFor* with callback (#218) 2021-01-20 16:33:26 -08:00