1
0
mirror of synced 2026-08-05 06:56:56 +00:00

Commit Graph

  • 08d84cf629 chore: harden custom type mapping (#299) Yury Semikhatsky 2021-02-19 18:54:06 -08:00
  • 85553f691f chore: remove custom generator for cookie methods (#298) Yury Semikhatsky 2021-02-19 18:22:23 -08:00
  • 2c6aa8f8b3 chore: remove Types.java (#297) Yury Semikhatsky 2021-02-19 16:45:57 -08:00
  • 80c11f76aa fix: change postData field type to Object (#296) Yury Semikhatsky 2021-02-19 16:28:26 -08:00
  • aa853e8386 chore: generate selectOption from api.json (#295) Yury Semikhatsky 2021-02-19 15:44:10 -08:00
  • 99890b57bc fix: generate helper builder methods for nested types (#294) Yury Semikhatsky 2021-02-19 14:34:01 -08:00
  • ab5cd1c511 fix: generate overloaded builders for options (#293) Yury Semikhatsky 2021-02-19 13:46:08 -08:00
  • b7a822ee41 chore: always use number for polling interval option (#292) Yury Semikhatsky 2021-02-19 12:39:23 -08:00
  • c9787e2102 chore: user array instead of list only for overloaded params (#291) Yury Semikhatsky 2021-02-19 11:44:58 -08:00
  • 0a4159f15e chore: update released version to 0.181.0 v0.181.0 Yury Semikhatsky 2021-02-19 09:38:58 -08:00
  • 8bfb69b93d fix: run tests on release-* branches too (#289) Yury Semikhatsky 2021-02-19 09:35:30 -08:00
  • b2c00a2195 fix: update worflow configs to run on release branches (#288) Yury Semikhatsky 2021-02-19 09:31:36 -08:00
  • 98195b762b chore: roll 1.8.1 driver in the release branch (#287) Yury Semikhatsky 2021-02-19 09:22:54 -08:00
  • 8e62a47f6d fix: generate FilePayload and setInputFiles from api.json (#286) Yury Semikhatsky 2021-02-12 18:14:09 -08:00
  • b8a774eecc fix: generate frameByUrl from api.json (#285) Yury Semikhatsky 2021-02-12 16:23:04 -08:00
  • 6fb0b01a17 fix: generate javadocs for all overloads (#284) Yury Semikhatsky 2021-02-12 15:15:41 -08:00
  • 5fa5a513d2 fix: start generating overloaded method for union params from api.json (#283) Yury Semikhatsky 2021-02-12 14:53:47 -08:00
  • 5f122784f8 chore: roll cli to 1.9.0-next-1613157126000 (#282) Yury Semikhatsky 2021-02-12 12:21:45 -08:00
  • f3003bad20 chore: remove custom signatures for non-java methods (#281) Yury Semikhatsky 2021-02-12 10:08:11 -08:00
  • 0afb42bb0f fix: remove devices from the API (#280) Yury Semikhatsky 2021-02-11 12:53:18 -08:00
  • 8db59ba9a1 chore: update cli to match current api (#279) Yury Semikhatsky 2021-02-11 08:29:53 -08:00
  • 5bf883a456 fix: move exposed binding and funcion callbacks to top level (#278) Yury Semikhatsky 2021-02-10 18:14:24 -08:00
  • d4ef6d6431 chore: simplify generator (#277) Yury Semikhatsky 2021-02-10 16:20:33 -08:00
  • ea34deeb2b fix: generate return and param types from api.json (#276) Yury Semikhatsky 2021-02-10 15:42:03 -08:00
  • 442a577506 fix: drop RecordHar and RecordVideo clasess, use flat list of their options (#275) Yury Semikhatsky 2021-02-10 12:00:43 -08:00
  • fcc1d8672a fix: take required options as constructor params (#274) Yury Semikhatsky 2021-02-09 17:58:55 -08:00
  • 429f2969aa fix: extract some option classes to top level (#273) Yury Semikhatsky 2021-02-09 17:15:09 -08:00
  • 7642097291 chore: remove special case for WebSocketFrame (#272) Yury Semikhatsky 2021-02-09 16:50:01 -08:00
  • bd14c560d2 fix: import options package in the example (#271) Yury Semikhatsky 2021-02-09 10:59:19 -08:00
  • 18ca3e6ace chore: remove custom mapping for pdf options (#268) Yury Semikhatsky 2021-02-08 18:35:27 -08:00
  • b77b9b0d20 chore: move enums and second level nested classes into options package (#267) Yury Semikhatsky 2021-02-08 18:33:38 -08:00
  • c2690f925c fix: allow building persistent context options from device (#266) Yury Semikhatsky 2021-02-08 15:52:32 -08:00
  • f409965c8e chore: remove unused code from generator (#265) Yury Semikhatsky 2021-02-08 15:52:02 -08:00
  • 566e0f90e2 fix(api): generate enums from api.json, put them into separate files (#264) Yury Semikhatsky 2021-02-08 15:36:01 -08:00
  • b98e920efb docs: fix network interception example to work with 0.190.0 (#262) Yury Semikhatsky 2021-02-08 09:20:16 -08:00
  • 90940b23f3 fix: generate waitFor* methods from upstream docs (#260) Yury Semikhatsky 2021-02-04 22:29:55 -08:00
  • 2c9fa04a43 tests: stop using waitFor* methods which will be removed (#259) Yury Semikhatsky 2021-02-04 20:36:29 -08:00
  • eebb223bc3 chore(generator): use case-sensitive event names from upstream (#257) Yury Semikhatsky 2021-02-04 11:55:36 -08:00
  • f99d6643cd feat: implement Page.pause (#256) Yury Semikhatsky 2021-02-04 09:39:44 -08:00
  • 37e5de729f test: add new test 'Test Browser Context Viewport' (#255) ephung01 2021-02-04 12:23:34 -05:00
  • 811ca89fd4 chore: remove custom generator for bodyBytes (#254) Yury Semikhatsky 2021-02-03 18:59:42 -08:00
  • 6dbebaed5a fix: rename Route.continue_ to Route.resume (#253) Yury Semikhatsky 2021-02-03 14:14:35 -08:00
  • ee4f8698da fix: auto dismiss dialogs if there are no listeners (#252) Yury Semikhatsky 2021-02-03 13:18:01 -08:00
  • e31ea3cbe9 fix: change Accessibility.snapshot type to String (#251) Yury Semikhatsky 2021-02-03 12:58:38 -08:00
  • b60bbc8b88 fix: change storage state type to String (#250) Yury Semikhatsky 2021-02-02 18:05:57 -08:00
  • a577e62ece chore: delete code for generating custom option names (#249) Yury Semikhatsky 2021-02-02 18:05:34 -08:00
  • d14d35610e chore: remove custom generator code for Response.finished (#248) Yury Semikhatsky 2021-02-02 12:49:20 -08:00
  • 301234aa4f chore: roll cli, remove custom ignoreDefaultArgs generator (#247) Yury Semikhatsky 2021-02-02 12:15:30 -08:00
  • 7a7edea189 fix: add snapshot repo to the examples project (#246) Yury Semikhatsky 2021-02-02 11:10:07 -08:00
  • a6f25595f3 feat: extend AutoCloseable in Playwright, BrowserContext, Browser and… (#238) JB Nizet 2021-02-02 02:31:51 +01:00
  • 5af091880f chore: remove more upstreamed stuff (#244) Yury Semikhatsky 2021-02-01 13:34:23 -08:00
  • 4c165c2069 feat: update driver to 1.9.0-next-1612209901000 (#243) Yury Semikhatsky 2021-02-01 12:51:25 -08:00
  • 65df7be823 fix: remove Exception from Playwright.close signature (#240) Yury Semikhatsky 2021-01-29 21:12:25 -08:00
  • 2c6e278167 chore: avoid creating a useless DataOutputStream when writing to a file (#236) JB Nizet 2021-01-29 20:14:19 +01:00
  • 68525d1426 fix: avoid NPE when saving storage state (#235) JB Nizet 2021-01-29 20:13:52 +01:00
  • 1da197fdf5 chore: delete Page.LoadState, use Frame.LoadState instead (#234) Yury Semikhatsky 2021-01-25 16:00:30 -08:00
  • e545829bf5 fix(api): make Dialog.type() return string (#233) Yury Semikhatsky 2021-01-25 15:11:05 -08:00
  • 982cc6a3bc chore: streamline enum serialization (#232) Yury Semikhatsky 2021-01-25 12:35:13 -08:00
  • dc139d25d1 chore: delete Event interface (#231) Yury Semikhatsky 2021-01-25 11:18:01 -08:00
  • 4f9d4f170f test: add new test 'Selectors CSS' (#229) ephung01 2021-01-25 14:17:08 -05:00
  • 55344516ea chore: move on to 0.190.0-SNAPSHOT (#228) Yury Semikhatsky 2021-01-22 18:19:31 -08:00
  • b9dbd56765 chore: set version to 0.180.0 (#227) v0.180.0 Yury Semikhatsky 2021-01-22 17:56:03 -08:00
  • 454b155bbc chore: delete Listener interface from implementation (#226) Yury Semikhatsky 2021-01-22 13:35:11 -08:00
  • 808f666399 fix(api): make all event listeners accept one parameter (#225) Yury Semikhatsky 2021-01-22 12:49:27 -08:00
  • d1f1287e77 fix(api): update waitForRequest/Response predicate to accept Request/… (#224) Yury Semikhatsky 2021-01-21 18:50:04 -08:00
  • 0c30cc1bfc chore: simplify api generator (#223) Yury Semikhatsky 2021-01-21 18:22:02 -08:00
  • e80c23980a test(dom): convert remaining element handle convenience tests (#222) Yury Semikhatsky 2021-01-21 13:51:29 -08:00
  • 50a631304d feat(driver): roll driver to 1.8.0 (#221) Yury Semikhatsky 2021-01-21 13:35:39 -08:00
  • bfc7bcdc4b docs: add table of contents, highlight min Java version (#220) Yury Semikhatsky 2021-01-21 09:04:53 -08:00
  • 3376836752 fix(api): remove Listener interface from public API (#219) Yury Semikhatsky 2021-01-20 19:32:53 -08:00
  • 2ba2706104 test: add new test 'Page Keyboard' (#217) ephung01 2021-01-20 22:31:45 -05:00
  • 58e97f1b36 fix(api): delete Deferred interface, use waitFor* with callback (#218) Yury Semikhatsky 2021-01-20 16:33:26 -08:00
  • 6c71f15866 docs: add thread-safety notes Yury Semikhatsky 2021-01-19 11:38:10 -08:00
  • 3b495615c2 test: add new test 'Element Handle Type' and 'Element Handle Press' (#211) ephung01 2021-01-15 15:26:27 -05:00
  • ba5f8a4160 fix(logs): use same format for pw:api logs as on server (#205) Yury Semikhatsky 2021-01-11 22:22:58 -08:00
  • 88bd51ce74 docs: remove extra paragraphs from javadoc (#204) Yury Semikhatsky 2021-01-11 13:42:28 -08:00
  • cc1057d910 fix(scripts): 'generate_api.sh' does not work on macOS (#201) codeboyzhou 2021-01-12 03:31:53 +08:00
  • a3e6fa320f test: add new test 'Element Handle Select Text', Fixed webkit windows check various SSL error messages base on platform and OS (#198) ephung01 2021-01-11 14:22:06 -05:00
  • 89492da7d6 fix: change some int types to double (#200) Yury Semikhatsky 2021-01-08 18:29:49 -08:00
  • 01d7eac7ad feat: roll driver, switch to new api.json format (#199) Yury Semikhatsky 2021-01-08 15:50:38 -08:00
  • 1777f1aac8 fix: do not dismiss dialogs automatically (#197) Yury Semikhatsky 2021-01-07 11:50:55 -08:00
  • e17689e16e test: add new test 'Element Handle Query Selector' (#194) ephung01 2021-01-07 12:33:51 -05:00
  • 75c47a88ff chore: add help section for the driver download script (#196) codeboyzhou 2021-01-08 01:30:23 +08:00
  • c3190b152a feat(logging): support DEBUG=pw:api (#195) Yury Semikhatsky 2021-01-06 23:09:49 -08:00
  • fc5bd76334 fix(video): make Video.path work (#193) Yury Semikhatsky 2021-01-06 15:12:01 -08:00
  • 13d7ee6b44 fix: remove Logger from API (#192) Yury Semikhatsky 2021-01-06 14:38:46 -08:00
  • 1ab6e6b78c fix(scripts): Dockerfile is outdated (#191) codeboyzhou 2021-01-07 02:23:53 +08:00
  • 6a67124e1c fix: limit number of tracked unused Deferred objects to 10 (#189) Yury Semikhatsky 2021-01-05 15:05:12 -08:00
  • b2c27143a8 fix(api): redo waitFor* methods (#188) Yury Semikhatsky 2021-01-04 18:50:08 -08:00
  • 206a224bf6 fix(pdf): change type of pdf scale option to double (#187) Yury Semikhatsky 2021-01-04 17:56:13 -08:00
  • a318e3f261 test: add missing .get() call on the result of page.waitForSelector (#185) Yury Semikhatsky 2021-01-04 15:19:04 -08:00
  • eeee9c6bb1 fix: ignoreDefaultArgs and ignoreAllDefaultArgs (#184) Yury Semikhatsky 2021-01-04 14:54:23 -08:00
  • e51bb075e7 fix: java main process will be suspended when browsers installation timed out (#180) codeboyzhou 2021-01-05 02:56:57 +08:00
  • 2ce8321178 chore: give more friendly exception info while create driver (#181) codeboyzhou 2021-01-05 02:56:03 +08:00
  • 68a0b74215 feat: throw in Playwright.close() if .get() was not called on Deferred (#177) Yury Semikhatsky 2020-12-28 17:09:56 -08:00
  • aca2d94625 fix: allow configuring environment variables (#176) Yury Semikhatsky 2020-12-28 12:29:25 -08:00
  • cad90a3af6 fix: interrupt listener on context close, more tests (#174) Yury Semikhatsky 2020-12-24 11:05:03 -08:00
  • 5b90067ffc chore: roll to playwright-cli@0.180.0-next.1608746109749-cbc13bd (#172) Yury Semikhatsky 2020-12-23 11:23:27 -08:00
  • 8eb1c034b1 test: unflake TestGeolocation.shouldUseContextOptionsForPopup (#171) Yury Semikhatsky 2020-12-23 11:10:43 -08:00
  • 66334131ca chore: bump version to 0.180.0-SNAPSHOT (#170) Yury Semikhatsky 2020-12-23 10:59:56 -08:00