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 |
|
ephung01
|
3b495615c2
|
test: add new test 'Element Handle Type' and 'Element Handle Press' (#211)
|
2021-01-15 12:26:27 -08:00 |
|
Yury Semikhatsky
|
ba5f8a4160
|
fix(logs): use same format for pw:api logs as on server (#205)
|
2021-01-11 22:22:58 -08:00 |
|
Yury Semikhatsky
|
88bd51ce74
|
docs: remove extra paragraphs from javadoc (#204)
|
2021-01-11 13:42:28 -08:00 |
|
ephung01
|
a3e6fa320f
|
test: add new test 'Element Handle Select Text', Fixed webkit windows check various SSL error messages base on platform and OS (#198)
|
2021-01-11 11:22:06 -08:00 |
|
Yury Semikhatsky
|
89492da7d6
|
fix: change some int types to double (#200)
|
2021-01-08 18:29:49 -08:00 |
|
Yury Semikhatsky
|
01d7eac7ad
|
feat: roll driver, switch to new api.json format (#199)
|
2021-01-08 15:50:38 -08:00 |
|
Yury Semikhatsky
|
1777f1aac8
|
fix: do not dismiss dialogs automatically (#197)
|
2021-01-07 11:50:55 -08:00 |
|
ephung01
|
e17689e16e
|
test: add new test 'Element Handle Query Selector' (#194)
|
2021-01-07 09:33:51 -08:00 |
|
Yury Semikhatsky
|
c3190b152a
|
feat(logging): support DEBUG=pw:api (#195)
|
2021-01-06 23:09:49 -08:00 |
|
Yury Semikhatsky
|
fc5bd76334
|
fix(video): make Video.path work (#193)
|
2021-01-06 15:12:01 -08:00 |
|
Yury Semikhatsky
|
13d7ee6b44
|
fix: remove Logger from API (#192)
|
2021-01-06 14:38:46 -08:00 |
|
Yury Semikhatsky
|
6a67124e1c
|
fix: limit number of tracked unused Deferred objects to 10 (#189)
|
2021-01-05 15:05:12 -08:00 |
|
Yury Semikhatsky
|
b2c27143a8
|
fix(api): redo waitFor* methods (#188)
|
2021-01-04 18:50:08 -08:00 |
|
Yury Semikhatsky
|
206a224bf6
|
fix(pdf): change type of pdf scale option to double (#187)
|
2021-01-04 17:56:13 -08:00 |
|
Yury Semikhatsky
|
a318e3f261
|
test: add missing .get() call on the result of page.waitForSelector (#185)
|
2021-01-04 15:19:04 -08:00 |
|
Yury Semikhatsky
|
eeee9c6bb1
|
fix: ignoreDefaultArgs and ignoreAllDefaultArgs (#184)
|
2021-01-04 14:54:23 -08:00 |
|
Yury Semikhatsky
|
68a0b74215
|
feat: throw in Playwright.close() if .get() was not called on Deferred (#177)
|
2020-12-28 17:09:56 -08:00 |
|
Yury Semikhatsky
|
aca2d94625
|
fix: allow configuring environment variables (#176)
|
2020-12-28 12:29:25 -08:00 |
|
Yury Semikhatsky
|
cad90a3af6
|
fix: interrupt listener on context close, more tests (#174)
|
2020-12-24 11:05:03 -08:00 |
|
Yury Semikhatsky
|
5b90067ffc
|
chore: roll to playwright-cli@0.180.0-next.1608746109749-cbc13bd (#172)
|
2020-12-23 11:23:27 -08:00 |
|
Yury Semikhatsky
|
8eb1c034b1
|
test: unflake TestGeolocation.shouldUseContextOptionsForPopup (#171)
|
2020-12-23 11:10:43 -08:00 |
|
Yury Semikhatsky
|
9d61ceec50
|
fix: correctly encode unicode strings to UTF-8 (#167)
|
2020-12-22 15:06:48 -08:00 |
|
Yury Semikhatsky
|
077e8f6daa
|
fix: correctly initialize page.isClosed() (#163)
|
2020-12-21 12:43:27 -08:00 |
|
Yury Semikhatsky
|
ef6adb8123
|
fix: allow to build options from DeviceDescriptor (#151)
|
2020-12-18 13:45:02 -08:00 |
|
Yury Semikhatsky
|
fc0c183eec
|
docs: add Java requirements section (#148)
|
2020-12-18 12:01:47 -08:00 |
|
Yury Semikhatsky
|
7986a926bf
|
chore: remove system out logging (#138)
|
2020-12-16 21:37:19 -08:00 |
|
Yury Semikhatsky
|
2d179c6fc3
|
feat: update to cli@0.170.0-next.1608058598043 (#134)
|
2020-12-15 16:08:39 -08:00 |
|
Yury Semikhatsky
|
62bbb89f02
|
fix: return object instead of enum from defaultBrowserType (#129)
|
2020-12-14 22:46:56 -08:00 |
|
Yury Semikhatsky
|
612dc5838e
|
fix: support different url matchers in Page.waitForRequest/Response (#128)
|
2020-12-14 22:30:40 -08:00 |
|
Yury Semikhatsky
|
6243d1d3cf
|
chore: update to cli@0.170.0-next.1607623793189 (#120)
|
2020-12-14 15:46:05 -08:00 |
|
Yury Semikhatsky
|
4b33bd6704
|
chore(test): dont throw in tear down if setup failed (#118)
|
2020-12-14 11:50:12 -08:00 |
|
Yury Semikhatsky
|
283fecb30d
|
fix: package drivers for all platforms (#114)
|
2020-12-11 13:54:59 -08:00 |
|
Yury Semikhatsky
|
4a18f5b1b7
|
feat: implement page.tap() (#106)
|
2020-12-09 20:36:20 -08:00 |
|
Yury Semikhatsky
|
176aa98139
|
test: disable flaky worker test in ff (#104)
|
2020-12-09 13:49:43 -08:00 |
|
Yury Semikhatsky
|
7b5d5b1771
|
test: unflake shouldWorkWithClickingOnLinksWhichDoNotCommitNavigation (#96)
|
2020-12-07 21:24:05 -08:00 |
|
Yury Semikhatsky
|
8d7bbe38d6
|
test: ensure file is closed after reading (#95)
|
2020-12-07 18:17:42 -08:00 |
|
Yury Semikhatsky
|
d7a107b896
|
test: fix web socket test in webkit (#94)
|
2020-12-07 18:05:26 -08:00 |
|
Yury Semikhatsky
|
142a626567
|
chore: unflake tests (#93)
|
2020-12-07 17:58:35 -08:00 |
|
Yury Semikhatsky
|
5e3fc5b78e
|
fix: support request.url overrides (#92)
|
2020-12-07 14:42:55 -08:00 |
|
Yury Semikhatsky
|
2c7caa6292
|
feat(api): support storage state (#89)
|
2020-12-06 09:27:15 -08:00 |
|
Yury Semikhatsky
|
f360de0a09
|
chore: regenerate API from latest api.json (#88)
|
2020-12-04 10:14:51 -08:00 |
|
Yury Semikhatsky
|
b5459c048b
|
feat(proxy): support per context proxy configuration (#87)
|
2020-12-03 21:48:36 -08:00 |
|
Yury Semikhatsky
|
2722229b0a
|
feat(api): implement WebSocket API (#86)
|
2020-12-03 17:35:07 -08:00 |
|
Yury Semikhatsky
|
e04fcb364b
|
chore: use Path instead of String (#85)
|
2020-12-02 16:31:10 -08:00 |
|
Yury Semikhatsky
|
975be31e63
|
feat(har): support har logging (#84)
|
2020-12-02 16:05:36 -08:00 |
|
Yury Semikhatsky
|
2c74b33de6
|
fix(request): report raw request headers (#83)
|
2020-12-02 13:38:14 -08:00 |
|
Yury Semikhatsky
|
0def0377aa
|
fix(test): make shouldReportNewWindowDownloads pass in Firefox (#82)
|
2020-12-02 12:54:30 -08:00 |
|