zeeker999
c12512822a
feat(webworker): expose WebWorker.client ( #10042 )
...
Co-authored-by: Alex Rudenko <alexrudenko@chromium.org>
2023-04-19 11:00:08 +02:00
Marcus Otterström
28154eff6f
docs: Document options ( #10035 )
...
Co-authored-by: Alex Rudenko <alexrudenko@chromium.org>
2023-04-19 08:19:50 +00:00
Alex Rudenko
9109b76276
feat: support AbortController in waitForSelector ( #10018 )
2023-04-18 16:45:10 +00:00
release-please[bot]
fd08e6ad22
chore: release main ( #10031 )
...
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-04-17 13:15:28 +02:00
jrandolf
34db39e447
fix: improve mouse actions ( #10021 )
2023-04-17 10:56:51 +02:00
Alex Rudenko
e3f8ff23c3
chore: fix build on win ( #10022 )
2023-04-14 10:51:35 +02:00
release-please[bot]
fe0c74bd52
chore: release main ( #10003 )
...
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-04-13 14:26:52 +02:00
Alex Rudenko
7381229a16
fix: report install errors properly ( #10016 )
2023-04-13 10:20:02 +02:00
dependabot[bot]
17f13da7e2
chore(deps): Bump @angular-devkit/schematics from 15.2.5 to 15.2.6 ( #10014 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-13 07:11:56 +00:00
dependabot[bot]
cc5fb36087
chore(deps): Bump @angular-devkit/architect from 0.1502.5 to 0.1502.6 ( #10015 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-13 09:05:12 +02:00
Alex Rudenko
26c81b7408
feat: add ElementHandle.isVisible and ElementHandle.isHidden ( #10007 )
2023-04-12 11:19:46 +02:00
Alex Rudenko
0d556a71d6
feat: add ElementHandle.scrollIntoView ( #10005 )
2023-04-12 07:17:18 +02:00
Alex Rudenko
656b562c74
fix: make isIntersectingViewport work with SVG elements ( #10004 )
2023-04-11 14:05:10 +00:00
jrandolf
ab27f738c9
perf: amortize handle iterator ( #10002 )
2023-04-11 13:36:03 +00:00
Alex Rudenko
dba1b2d9cc
docs: add readme to the API reference index ( #10001 )
2023-04-11 14:47:25 +02:00
Alex Rudenko
1eca5663f1
docs: fix typo ( #10000 )
2023-04-11 09:21:15 +00:00
dependabot[bot]
1bd1fd8305
chore(deps): Bump @angular-devkit/core from 15.2.4 to 15.2.5 ( #9992 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-11 09:58:58 +02:00
release-please[bot]
823a9df442
chore: release main ( #9991 )
...
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-04-06 17:11:16 +00:00
CanadaHonk
c09764e4c4
fix: add filter to setDiscoverTargets for Firefox ( #9693 )
2023-04-06 16:35:12 +00:00
Alex Rudenko
ef0fb5d872
feat(browsers): support downloading chromedriver ( #9990 )
...
Co-authored-by: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com>
2023-04-06 16:15:22 +00:00
release-please[bot]
c807fe7145
chore: release main ( #9989 )
...
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-04-06 16:47:26 +02:00
Alex Rudenko
7d1734a5fa
docs: improve docs ( #9988 )
2023-04-06 14:50:22 +02:00
Alex Rudenko
75a136e0de
docs: website docs for browsers ( #9986 )
2023-04-06 14:23:10 +02:00
Alex Rudenko
24bd05877d
refactor: rename fetch->install, launcher->launch ( #9985 )
2023-04-06 13:23:28 +02:00
Alex Rudenko
e7265c9aa9
fix: ignore extraInfo events if the response is served from cache ( #9983 )
2023-04-06 12:29:10 +02:00
dependabot[bot]
ef0bab40f1
chore(deps): Bump @angular-devkit/architect from 0.1502.4 to 0.1502.5 ( #9982 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-06 09:20:29 +00:00
Alex Rudenko
c874a81445
refactor: misc refactoring around browsers debugging and stability ( #9979 )
2023-04-06 11:14:58 +02:00
dependabot[bot]
0b4a2635f5
chore(deps): Bump @angular-devkit/schematics from 15.2.4 to 15.2.5 ( #9981 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-06 10:53:00 +02:00
Alex Rudenko
fa93e4ebdf
chore: test server for browsers ( #9974 )
...
Co-authored-by: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com>
2023-04-05 16:18:25 +02:00
Alex Rudenko
0b2d988cc1
chore: improve debugging for EBUSY errors on Windows ( #9976 )
...
Co-authored-by: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com>
2023-04-05 13:09:30 +00:00
Alex Rudenko
05a44afe5a
fix: consider downloadHost as baseUrl ( #9973 )
2023-04-05 09:58:53 +02:00
Nikolay Vitkov
327febe2c9
chore: importFs handles it's own error ( #9971 )
2023-04-04 17:29:29 +02:00
Nikolay Vitkov
0b1e20cf5b
refactor: prefer use of DeferPromise ( #9969 )
2023-04-04 14:10:26 +00:00
Alex Rudenko
c8f6adf9f3
refactor: use browsers for launchers ( #9937 )
2023-04-04 13:29:21 +00:00
Alex Rudenko
817288cd90
fix(browsers): update package json ( #9968 )
2023-04-04 14:11:28 +02:00
Alex Rudenko
f1211cbec0
fix(browsers): various fixes and improvements ( #9966 )
2023-04-04 13:58:32 +02:00
release-please[bot]
006086bc83
chore: release main ( #9962 )
...
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-04-03 10:23:08 +02:00
Alex Rudenko
c7803844cf
fix: typo in the browsers package ( #9957 )
2023-04-03 09:36:21 +02:00
jrandolf
728547d460
fix: use shadowRoot for tree walker ( #9950 )
2023-03-31 17:19:59 +02:00
Nikolay Vitkov
1396274477
docs: remove some redundant instances of @returns ( #9943 )
2023-03-30 11:54:00 +00:00
Nikolay Vitkov
e0eef01f1c
docs: use code block for single values ( #9936 )
2023-03-29 15:27:29 +02:00
release-please[bot]
8d026042db
chore: release main ( #9939 )
...
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-03-29 11:22:11 +00:00
Alex Rudenko
2a29d30d17
fix: bump @puppeteer/browsers ( #9938 )
2023-03-29 12:37:49 +02:00
release-please[bot]
57e11b320c
chore: release main ( #9932 )
...
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-03-29 07:39:41 +00:00
Nikolay Vitkov
a99abc9a2f
docs: remove unhelpful api pages ( #9933 )
2023-03-28 18:02:00 +00:00
Alex Rudenko
4465f4bd19
fix: increase the default protocol timeout ( #9928 )
2023-03-28 12:35:13 +00:00
Nikolay Vitkov
c4e1675589
chore: fix BiDi to use cm ( #9926 )
2023-03-28 11:57:58 +00:00
Nikolay Vitkov
3866e462bc
chore: add basic screenshot to BiDi ( #9923 )
2023-03-28 13:02:59 +02:00
Alex Rudenko
3936600ba9
refactor: use @puppeteer/browsers for install ( #9898 )
...
Co-authored-by: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com>
2023-03-28 09:27:50 +00:00
Alex Rudenko
a88322e947
chore: install Chromium to the same path as Chrome ( #9922 )
2023-03-28 10:30:25 +02:00
Nikolay Vitkov
bb37df5f64
docs: add DeviceRequestPrompt documentation ( #9918 )
2023-03-27 13:16:51 +02:00
release-please[bot]
16bf0dc798
chore: release main ( #9919 )
...
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-03-27 12:36:43 +02:00
Alex Rudenko
fcb233ce94
feat: update Chrome browser binaries ( #9917 )
2023-03-27 10:01:06 +00:00
Nikolay Vitkov
95c99e84b8
chore: add PDF print for BiDi ( #9914 )
2023-03-27 11:39:40 +02:00
release-please[bot]
dcfec6dbbd
chore: release main ( #9863 )
...
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-03-24 11:22:06 +01:00
Nikolay Vitkov
022c909326
fix: viewport.deviceScaleFactor can be set to system default ( #9911 )
2023-03-24 10:56:52 +01:00
Alex Rudenko
c09b1b6948
chore: increase rm retries for browsers ( #9910 )
2023-03-24 09:45:28 +00:00
Alex Rudenko
de86cafe3c
chore: reduce default timeout to 10s ( #9906 )
2023-03-24 09:35:45 +01:00
Nikolay Vitkov
48e7bdd75e
chore: use events rather than commands ( #9904 )
2023-03-23 17:18:48 +01:00
jrandolf
6c018acf5d
chore: update deep implementation for P selectors ( #9908 )
2023-03-23 15:46:33 +01:00
Alex Rudenko
f6ef167b0f
chore: validate licenses ( #9873 )
2023-03-23 10:22:52 +01:00
Alex Rudenko
976684e4e1
chore: remove operations for now ( #9899 )
2023-03-22 16:56:12 +01:00
Alex Rudenko
5f72c8bac1
chore: skip building on install ( #9902 )
2023-03-22 11:11:47 +01:00
Nikolay Vitkov
c6a9404bb4
chore: reuse SetContent across implementations ( #9894 )
2023-03-22 10:49:39 +01:00
Alex Rudenko
00abcdca7f
chore: expose additional methods for Puppeteer ( #9900 )
2023-03-22 10:04:41 +01:00
dependabot[bot]
69b77ded4d
chore(deps): Bump @angular-devkit/schematics from 15.2.2 to 15.2.4 ( #9896 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-22 08:09:59 +00:00
dependabot[bot]
45805196f0
chore(deps): Bump @angular-devkit/core from 15.2.2 to 15.2.4 ( #9895 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-22 09:03:20 +01:00
jrandolf
323db305f0
chore: use WeakMap and null for DepthCalculator ( #9892 )
2023-03-21 14:09:50 +01:00
Alex Rudenko
1f76cdda12
chore: replace rimraf with a helper in BrowserFetcher/Connector ( #9890 )
2023-03-21 13:41:56 +01:00
Alex Rudenko
510b36c500
fix: implement protocol-level timeouts ( #9877 )
2023-03-21 11:53:13 +00:00
Nikolay Vitkov
36c029b38d
fix: waitForNavigation issue with aborted events ( #9883 )
2023-03-21 10:22:57 +01:00
Nikolay Vitkov
3ea15dc395
chore: JavaScript error should produce pageerror
events ( #9884 )
2023-03-21 10:21:48 +01:00
Michael "Z" Goddard
a5149d52f5
feat: add Page.waitForDevicePrompt ( #9299 )
...
Co-authored-by: Alex Rudenko <OrKoN@users.noreply.github.com>
Co-authored-by: Alex Rudenko <alexrudenko@chromium.org>
2023-03-21 10:21:10 +01:00
dependabot[bot]
d6e5aeeff5
chore(deps): Bump @angular-devkit/architect from 0.1502.2 to 0.1502.4 ( #9886 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-21 09:32:34 +01:00
dependabot[bot]
ed8793357e
chore(deps): Bump cosmiconfig from 8.1.0 to 8.1.3 ( #9880 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-20 16:07:04 +00:00
dependabot[bot]
3d1dd519ac
chore(deps): Bump ws from 8.12.1 to 8.13.0 ( #9831 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-20 14:49:37 +00:00
Nikolay Vitkov
cb079378bb
chore: add BiDi support for SetContent ( #9878 )
2023-03-20 14:00:13 +01:00
Nikolay Vitkov
9ccde6ebf5
chore: added * pattern for test expectations ( #9870 )
2023-03-20 10:59:50 +01:00
jrandolf
e6ec9c2958
fix: fallback to CSS ( #9876 )
2023-03-17 13:23:14 +01:00
Alex Rudenko
de6e6a69a1
chore: remove rimraf from browsers ( #9874 )
2023-03-17 09:36:22 +00:00
jrandolf
9f9394ca42
chore: use parsel ( #9865 )
2023-03-16 14:41:38 +01:00
Alex Rudenko
b8d38cb05f
feat: implement a command to clear the cache ( #9868 )
2023-03-16 14:05:31 +01:00
Alex Rudenko
21a082fb9f
docs: add basic docs for browsers ( #9867 )
...
Co-authored-by: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com>
2023-03-16 08:57:28 +00:00
Alex Rudenko
64cf9db602
chore: rename browsers folders and files ( #9866 )
2023-03-16 08:16:44 +01:00
Nikolay Vitkov
16b39de5ca
chore: extract HTTP prep for BiDi network module ( #9840 )
2023-03-15 17:51:34 +01:00
Nikolay Vitkov
eddb1f6ec3
feat(chromium): roll to Chromium 112.0.5614.0 (r1108766) ( #9841 )
2023-03-15 15:29:44 +01:00
release-please[bot]
29aa5c41ae
chore: release main ( #9852 )
...
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-03-14 18:31:57 +00:00
Nikolay Vitkov
17c650b6d1
chore: prefer use of fs/promise to utils/promisify ( #9848 )
...
Co-authored-by: Alex Rudenko <OrKoN@users.noreply.github.com>
2023-03-14 18:30:41 +01:00
Alex Rudenko
3e7a514e55
fix: export ChromeReleaseChannel ( #9851 )
2023-03-14 17:22:25 +00:00
Nikolay Vitkov
219d248c2a
chore: fix incremental builds ( #9849 )
2023-03-14 16:10:28 +01:00
release-please[bot]
0ead82e29e
chore: release main ( #9845 )
...
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-03-14 13:57:50 +01:00
Alex Rudenko
850d1aaa19
chore: add rimraf for browsers ( #9847 )
2023-03-14 13:46:57 +01:00
Alex Rudenko
1a1e79d046
fix: add browsers entry point ( #9846 )
2023-03-14 13:23:42 +01:00
Alex Rudenko
dec48a9592
feat: implement system channels for chrome in browsers ( #9844 )
2023-03-14 11:01:11 +00:00
release-please[bot]
73ca94fe66
chore: release main ( #9838 )
...
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-03-14 11:47:24 +01:00
jrandolf
dd16ecae03
chore: use custom tokenizer ( #9837 )
2023-03-14 10:13:23 +01:00
Alex Rudenko
fd2f90008d
chore: add an ability to create a Firefox profile ( #9834 )
2023-03-13 16:43:43 +01:00
jrandolf
9044609be3
fix: sort elements based on selector matching algorithm ( #9836 )
2023-03-13 16:11:16 +01:00
jrandolf
8aea8e0471
perf: use querySelector*
for pure CSS selectors ( #9835 )
2023-03-13 15:37:30 +01:00
Nikolay Vitkov
175362c048
chore: add BiDi for goto
navigation ( #9795 )
2023-03-10 15:59:02 +00:00
release-please[bot]
07391bbf5f
chore: release main ( #9824 )
...
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-03-10 11:47:17 +00:00
Alex Rudenko
0165f06dee
fix: update troubleshooting guide links in errors ( #9821 )
2023-03-10 10:37:36 +01:00
Alex Rudenko
7f05d441d5
chore: fix esbuild problem ( #9820 )
2023-03-10 08:52:48 +01:00
Alex Rudenko
a17b7ffaf6
chore: allow reading stderr of the browser process ( #9813 )
...
Co-authored-by: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com>
2023-03-09 15:00:25 +01:00
Nikolay Vitkov
2335770aee
chore: add sandbox to ng-schematics ( #9816 )
2023-03-09 14:19:40 +01:00
Alex Rudenko
cefc4eab47
fix: restore rimraf for puppeteer-core code ( #9815 )
2023-03-09 13:34:42 +01:00
dependabot[bot]
87147dcb81
chore(deps): Bump @angular-devkit/schematics from 15.2.1 to 15.2.2 ( #9809 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-09 10:19:57 +00:00
dependabot[bot]
86300ae9dd
chore(deps): Bump @angular-devkit/architect from 0.1502.1 to 0.1502.2 ( #9810 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-09 10:14:57 +00:00
Nikolay Vitkov
38d511b5c2
docs: fix some api-extractor warnings ( #9806 )
2023-03-09 09:22:09 +01:00
Alex Rudenko
bc1a04def8
fix: call _detach on disconnect ( #9807 )
2023-03-09 09:21:28 +01:00
Alex Rudenko
89bdfb5206
chore: remove duplication in parameter definitions ( #9805 )
2023-03-08 12:36:31 +00:00
jrandolf
c1a7c736ff
chore: minify injected code ( #9804 )
2023-03-08 12:17:18 +01:00
dependabot[bot]
394ef89f8e
chore(deps): Bump ws from 8.11.0 to 8.12.1 ( #9803 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-08 08:26:56 +01:00
release-please[bot]
7eda506c85
chore: release main ( #9800 )
...
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-03-07 16:57:18 +01:00
Alex Rudenko
8cca7bb7a2
fix: change the install output to include the executable path ( #9797 )
2023-03-07 16:30:32 +01:00
dependabot[bot]
47ffec5e00
chore(deps): Bump @angular-devkit/architect from 0.1501.6 to 0.1502.1 ( #9791 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-07 13:29:41 +01:00
release-please[bot]
101fcb994e
chore: release main ( #9789 )
...
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-03-06 14:53:56 +01:00
jrandolf
364b23f8b5
fix: update dependencies ( #9781 )
2023-03-06 13:43:37 +01:00
jrandolf
813882db7b
chore: update glob ( #9776 )
2023-03-06 12:28:33 +01:00
Thiago Perrotta
04247a4e00
feat: browsers: recognize chromium as a valid browser ( #9760 )
2023-03-06 10:59:44 +00:00
jrandolf
2123f809e8
chore: remove rimraf ( #9775 )
2023-03-06 11:33:38 +01:00
dependabot[bot]
8bf97181f3
chore(deps): Bump yargs from 17.7.0 to 17.7.1 ( #9752 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-06 10:13:39 +00:00
jrandolf
f84873c121
chore: support commas in P selectors ( #9769 )
2023-03-06 10:56:52 +01:00
dependabot[bot]
62d5f398b4
chore(deps): Bump @angular-devkit/schematics from 15.2.0 to 15.2.1 ( #9773 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-06 09:36:39 +01:00
Nikolay Vitkov
3a4e726078
chore: fix Browsers failing tests ( #9768 )
2023-03-05 20:52:26 +01:00
dependabot[bot]
2922611f5e
chore(deps): Bump @angular-devkit/core from 15.2.0 to 15.2.1 ( #9761 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-02 11:23:25 +01:00
dependabot[bot]
f68e04650d
chore(deps): Bump cosmiconfig from 8.0.0 to 8.1.0 ( #9751 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-01 16:45:55 +01:00
Nikolay Vitkov
004a99aaef
chore: implement simple BiDi ElementHandle ( #9753 )
2023-03-01 11:09:17 +01:00
Nikolay Vitkov
4a365a42b4
chore: extract BiDi context to allow emitting only to it ( #9742 )
2023-02-28 11:10:14 +01:00
dependabot[bot]
ed1bb7cbe0
chore(deps): Bump @angular-devkit/schematics from 15.1.6 to 15.2.0 ( #9748 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-27 09:57:54 +00:00
dependabot[bot]
4ddf63d4a0
chore(deps): Bump @angular-devkit/core from 15.1.6 to 15.2.0 ( #9749 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-27 10:53:28 +01:00
Nikolay Vitkov
3db7d55d26
chore: remove BigInt exists checks ( #9744 )
2023-02-24 19:26:29 +01:00
Nikolay Vitkov
ba5d4bf2c1
chore: Fix ES Lint import rule ( #9738 )
2023-02-23 13:37:40 +00:00
release-please[bot]
e7138cf99d
chore: release main ( #9737 )
...
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-02-22 17:10:37 +01:00
Alex Rudenko
8bae0545b7
fix: define options per command ( #9733 )
2023-02-22 16:38:15 +01:00
Mathias Bynens
559dde78de
chore: report sizes in MB rather than MiB ( #9734 )
2023-02-22 14:36:39 +00:00
release-please[bot]
dbd41b554f
chore: release main ( #9732 )
...
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-02-22 13:20:21 +01:00
Alex Rudenko
e944931de2
fix: permissions for the browser CLI ( #9731 )
2023-02-22 13:10:26 +01:00
release-please[bot]
b5f708cf3f
chore: release main ( #9728 )
...
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-02-22 11:33:16 +01:00
Alex Rudenko
86a2d1dd3b
feat: initial release of browsers ( #9722 ) ( #9727 )
2023-02-22 11:23:04 +01:00
Paul Irish
81bf443789
chore: DRY up mouse.click() ( #9725 )
2023-02-21 20:50:43 +00:00
Nikolay Vitkov
9910aae2f7
chore: Fix BiDi session.status Param type ( #9723 )
2023-02-21 19:16:07 +00:00
Alex Rudenko
dcd6a3e1da
chore: rename revision to buildId ( #9721 )
2023-02-21 17:15:49 +01:00
Alex Rudenko
e3d8524738
chore: allow downloading the latest Chrome version ( #9719 )
2023-02-21 15:19:06 +01:00
jrandolf
84845e4901
chore: implement operations ( #9717 )
2023-02-21 11:12:27 +01:00
Alex Rudenko
f1b337e78b
chore: resolve Firefox revisions for the latest keyword ( #9708 )
2023-02-21 08:27:02 +01:00
release-please[bot]
e0330d82bd
chore: release main ( #9716 )
...
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-02-20 18:30:51 +01:00
Alex Rudenko
c3d98e6a45
test: add fetch tests with a proxy server ( #9706 )
2023-02-20 15:38:59 +00:00
Nikolay Vitkov
9b54365df5
chore: Add Page.Console event to BiDi ( #9700 )
2023-02-20 13:00:29 +01:00
Alex Rudenko
82916c102b
fix: bump chromium-bidi to a version that does not declare mitt as a peer dependency ( #9701 )
2023-02-17 14:14:52 +01:00
dependabot[bot]
2aed222983
chore(deps): Bump @angular-devkit/schematics from 15.1.5 to 15.1.6 ( #9696 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-17 06:35:12 +00:00
dependabot[bot]
0ccef7a204
chore(deps): Bump yargs from 17.6.2 to 17.7.0 ( #9697 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-17 06:15:30 +00:00
Alex Rudenko
5e81c5b7ee
chore: implement launch command ( #9692 )
...
Co-authored-by: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com>
2023-02-17 07:11:50 +01:00
dependabot[bot]
b146287380
chore(deps): Bump @angular-devkit/architect from 0.1501.5 to 0.1501.6 ( #9688 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-16 10:31:08 +00:00
dependabot[bot]
5a1481038d
chore(deps): Bump @angular-devkit/core from 15.1.5 to 15.1.6 ( #9687 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-16 11:27:29 +01:00
Nikolay Vitkov
eefe9583d0
chore: Add EsLint rule import/order ( #9685 )
2023-02-15 15:09:31 -08:00
release-please[bot]
e8e18ae081
chore: release main ( #9684 )
...
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-02-15 12:43:41 -08:00
Alex Rudenko
0b27cbe86d
refactor: unify working with the cache folder structure ( #9681 )
2023-02-15 19:41:22 +00:00
jrandolf
cfb60d01a8
refactor: remove obsolete wait task binding code ( #9679 )
2023-02-15 10:57:24 -08:00
jrandolf
2b3cf3ace9
chore: implement P queries ( #9639 )
2023-02-15 10:42:32 -08:00
jrandolf
e8f25e403f
refactor: custom query handlers and global bindings ( #9678 )
2023-02-15 07:33:18 -08:00
Nikolay Vitkov
0c85c0611c
chore: Implement JSHandle for BiDi ( #9660 )
2023-02-15 10:29:18 +00:00
jrandolf
56f99f7b10
refactor: migrate to iterator-based query handlers ( #9676 )
2023-02-14 13:31:30 -08:00
jrandolf
023c2dcdbc
refactor: implement reverse argument binding ( #9651 )
2023-02-14 07:54:44 -08:00
Alex Rudenko
6e428edb9d
chore: add a basic CLI for fetching the browsers ( #9671 )
2023-02-14 16:30:41 +01:00
Alex Rudenko
c6054ac1a5
fix: make chromium-bidi an opt peer dep ( #9667 )
2023-02-14 09:04:54 +00:00
jrandolf
eb138635d6
fix: fix circularity on JSHandle interface ( #9661 )
2023-02-13 11:25:07 -08:00
jrandolf
d2b46d583c
chore: fix package.json generation ( #9663 )
2023-02-13 11:01:30 -08:00
jrandolf
b53838682f
chore: cleanup wireit scripts ( #9662 )
2023-02-13 10:22:43 -08:00
Alex Rudenko
5c54d399bb
chore: exec path for browsers ( #9658 )
2023-02-13 16:10:54 +01:00
jrandolf
78a302174e
chore: use wireit from workspace scripts ( #9659 )
2023-02-13 06:50:44 -08:00
Alex Rudenko
b50e43bc17
chore: introduce @puppeteer/browsers with a fetch method implementation ( #9647 )
...
Co-authored-by: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com>
2023-02-13 11:49:50 +01:00
release-please[bot]
8054bac046
chore: release main ( #9624 )
...
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-02-13 11:16:54 +01:00
Alex Rudenko
df59d010c2
feat(chromium): roll to Chromium 111.0.5556.0 (r1095492) ( #9656 )
2023-02-13 09:46:01 +00:00
jrandolf
558a8e2999
chore: fix npm scripts ( #9646 )
2023-02-10 17:57:17 +00:00
dependabot[bot]
54885be1de
chore(deps): Bump @angular-devkit/architect from 0.1501.4 to 0.1501.5 ( #9645 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-10 11:50:30 +00:00
Nikolay Vitkov
b8ea891ab8
chore: Extract JSHandle to API ( #9632 )
2023-02-09 18:04:06 +01:00
dependabot[bot]
7ce26f5b89
chore(deps): Bump @angular-devkit/schematics from 15.1.4 to 15.1.5 ( #9637 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-09 16:10:18 +01:00
dependabot[bot]
94a462b2cf
chore(deps): Bump @angular-devkit/core from 15.1.4 to 15.1.5 ( #9636 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com>
2023-02-09 15:32:22 +01:00
Rafael Martins
ddb0cc174d
fix: page.goto
error throwing on 40x/50x responses with an empty body ( #9523 ) ( #9577 )
...
Co-authored-by: Alex Rudenko <OrKoN@users.noreply.github.com>
2023-02-06 09:40:51 +00:00
Nikolay Vitkov
9b11b6a4e0
chore: Add BiDi serialization for RegExp and Date ( #9623 )
2023-02-03 12:32:26 +00:00
charlieinitialdigital
c8bb11adfc
feat: add touchstart, touchmove and touchend methods ( #9622 )
2023-02-03 10:59:21 +00:00
jrandolf
6e226bcc22
chore: set supported typescript range ( #9618 )
2023-02-03 07:56:10 +00:00
dependabot[bot]
ff94538ffb
chore(deps): Bump @angular-devkit/architect from 0.1501.3 to 0.1501.4 ( #9621 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-03 07:40:31 +01:00
Nikolay Vitkov
abcc1756dd
chore: Add BiDi Page.evaluate ( #9609 )
2023-02-02 15:14:28 +01:00
Nikolay Vitkov
3a867919a8
chore: Remove Rollup dts plugin ( #9614 )
2023-02-02 11:17:28 +01:00
dependabot[bot]
dac495a1a1
chore(deps): Bump @angular-devkit/schematics from 15.1.3 to 15.1.4 ( #9616 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-02 08:17:56 +00:00
dependabot[bot]
6cbeaac88a
chore(deps): Bump @angular-devkit/core from 15.1.3 to 15.1.4 ( #9617 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-02 08:09:17 +00:00
Rafael-Martins
f12f27e1eb
docs: clarify the waitForXPath return type ( #9541 ) ( #9583 )
2023-02-01 15:23:32 +00:00
release-please[bot]
1dd7bbe04f
chore: release main ( #9606 )
...
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-02-01 14:49:00 +00:00
ggorlen
e16cbc6626
fix: restore WaitTask terminate condition ( #9612 )
2023-02-01 00:10:02 -08:00
Nikolay Vitkov
aa1d1536b6
chore: Update build dependencies ( #9600 )
2023-01-30 13:30:49 +01:00
Alex Rudenko
390685bbe5
fix: ignore not found contexts for console messages ( #9595 )
2023-01-30 10:22:55 +00:00
release-please[bot]
6f094d2f83
chore: release main ( #9601 )
...
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-01-27 14:43:05 -08:00
jrandolf
050a7b0624
fix: atomically get Puppeteer utilities ( #9597 )
2023-01-27 11:58:40 -08:00
dependabot[bot]
c5068ea2ec
chore(deps): Bump @angular-devkit/architect from 0.1501.2 to 0.1501.3 ( #9596 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-27 07:37:44 +01:00
release-please[bot]
76c7f71ecc
chore: release main ( #9591 )
...
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-01-26 01:50:42 -08:00
jrandolf
1980de91a1
fix: mimic rejection for PuppeteerUtil on early call ( #9589 )
2023-01-26 01:34:47 -08:00
Alex Rudenko
6edd996768
fix(revert): use LazyArg for puppeteer utilities ( #9590 )
...
Reverts puppeteer/puppeteer#9575
2023-01-26 09:50:06 +01:00
jrandolf
496658f029
fix: use LazyArg for puppeteer utilities ( #9575 )
...
This PR fixes the following edge case:
- `const oldPromise = world.puppeteerUtil`.
- setContext occurs but context is immediately destroyed, i.e.
`world.#puppeteerUtil === oldPromise` is not resolved.
- clearContext occurs due to destruction, i.e. `world.#puppeteerUtil` is
replaced (`world.#puppeteerUtil !== oldPromise`).
- `oldPromise` never resolves.
2023-01-26 08:56:33 +01:00