0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
Commit Graph

4747 Commits

Author SHA1 Message Date
Alex Rudenko
7622520175
ci: bump wireit cache () 2024-02-21 09:37:35 +00:00
Alex Rudenko
caef7f3184
docs: link to awesome puppeteer () 2024-02-21 08:08:14 +00:00
Lance Pollard
d8bca42565
docs: add Google Cloud Run note to troubleshooting.md doc () 2024-02-21 08:04:58 +00:00
David English
c90bc4c95f
docs: include examples for stable, beta, and dev channels () 2024-02-20 21:36:20 +01:00
Alex Rudenko
561e4cd6ee
feat: support local aliases when launching a browser () 2024-02-20 19:09:36 +01:00
Alex Rudenko
bf71b34fca
feat: allow comparing browser versions ()
Co-authored-by: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com>
2024-02-20 16:02:13 +01:00
Alex Rudenko
73c1f9bbf3
fix: implement a fallback to download URLs provided by dashboard () 2024-02-20 13:46:53 +01:00
dependabot[bot]
5c6a3e410e
chore(deps): Bump the all group with 2 updates ()
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-20 07:09:50 +00:00
Alex Rudenko
76143f328f
test: fix frameset clicks in WebDriver BiDi () 2024-02-19 14:30:21 +00:00
Alex Rudenko
3ae01c2534
test: fix test on Windows () 2024-02-19 13:18:23 +00:00
Alex Rudenko
e95a308c33
fix: check if executable exists () 2024-02-19 12:40:50 +00:00
browser-automation-bot
03ef7a62c2
fix: roll to Chrome 121.0.6167.184 (r1233107) () 2024-02-19 12:28:58 +00:00
Alex Rudenko
8dfe9d75ed
build: skip license check on json files () 2024-02-19 13:19:09 +01:00
dependabot[bot]
84ad6de2e6
chore(deps-dev): Bump the dev-dependencies group with 5 updates ()
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-19 09:10:19 +01:00
release-please[bot]
f6e7cbcade
chore: release main ()
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2024-02-17 12:43:56 +01:00
Alex Rudenko
f00a94a809
fix: Chrome for Testing downloads have a new URL () 2024-02-17 10:17:04 +00:00
Alex Rudenko
e35aff81e2
test: remove redundant expectations () 2024-02-16 10:40:08 +00:00
Alex Rudenko
aef584c815
test: do not use quirks mode for test files () 2024-02-16 08:14:17 +00:00
Alex Rudenko
eea588419d
test: enable cookie tests for Firefox () 2024-02-16 07:57:36 +00:00
Alex Rudenko
472ec75806
test: enable skipped tests () 2024-02-15 14:22:23 +01:00
Alex Rudenko
5721e66cb9
build: auto-remove duplicate expectations () 2024-02-15 10:57:06 +01:00
jrandolf
f1e3c5b3db
chore: update expectations () 2024-02-15 09:39:44 +01:00
jrandolf
a02c7a56f4
chore: wait for frames to be destroyed () 2024-02-15 09:22:23 +01:00
jrandolf
bd4d0febf0
chore: waitForNavigation should fail if navigation aborts or fails () 2024-02-15 09:16:46 +01:00
dependabot[bot]
634d5b805d
chore(deps-dev): Bump the dev-dependencies group with 13 updates ()
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 <nvitkov@chromium.org>
2024-02-14 18:20:12 +00:00
Alex Rudenko
72726e6e11
ci: download latest Canary build () 2024-02-14 18:07:13 +00:00
Alex Rudenko
58e7e4fcef
test: implement workarounds for current state of WebDriver BiDi ()
Co-authored-by: jrandolf <101637635+jrandolf@users.noreply.github.com>
2024-02-14 18:43:02 +01:00
Alex Rudenko
0e43d8ec25
ci: turn off coverage by default () 2024-02-14 08:30:43 +00:00
Alex Rudenko
6cd0ce75d0
refactor: remove forgotten log () 2024-02-13 18:10:05 +01:00
jrandolf
9193832a2b
chore: add test for remote value console logs () 2024-02-13 16:04:59 +00:00
jrandolf
d14c47097d
chore: implement BiDi workers () 2024-02-13 16:09:33 +01:00
jrandolf
0b74d752fb
chore: implement shared worker in bidi/core () 2024-02-13 13:16:23 +00:00
Alex Rudenko
1bdae40ec8
feat: support closing workers () 2024-02-13 13:40:59 +01:00
jrandolf
928d14ac84
chore: use internal event emitter for trusted events () 2024-02-13 11:35:10 +00:00
jrandolf
5b6456a7ca
chore: add README to bidi/core () 2024-02-13 12:09:30 +01:00
Alex Rudenko
76c881b897
chore: fix lock file () 2024-02-12 23:47:54 +01:00
Alex Rudenko
17634e9f2a
docs: update sandbox path () 2024-02-12 23:47:30 +01:00
dependabot[bot]
9d3e76a0b9
chore(deps): Bump the dependencies group with 2 updates ()
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-12 20:08:29 +01:00
jrandolf
e9f9f4c356
refactor: adopt the rest of bidi/core () 2024-02-12 16:28:21 +00:00
jrandolf
d3f00bf032
chore: use redirectCount for redirect detection in bidi/core () 2024-02-12 15:58:22 +00:00
Julian Descottes
f31be36660
test: update expectations for aborted request test () 2024-02-12 13:33:57 +00:00
Alex Rudenko
823f8688f2
test: fix the headless flag in the smoke test () 2024-02-12 12:03:51 +00:00
Alex Rudenko
acce1d6128 ci: full has in clear-caches.yml () 2024-02-12 12:51:39 +01:00
dependabot[bot]
97824e2de9
chore(deps): Bump the dependencies group with 4 updates ()
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-12 09:57:24 +00:00
dependabot[bot]
23040775ea
chore(deps): Bump the all group with 3 updates ()
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-12 10:49:18 +01:00
jrandolf
c75dbf4f36
chore: consolidate user context creation () 2024-02-08 15:23:02 +01:00
jrandolf
59c4daa5ee
chore: fixup redirect in bidi/core () 2024-02-08 15:22:41 +01:00
jrandolf
bfcd65d2f7
chore: fix bidi/core navigation () 2024-02-08 15:22:17 +01:00
jrandolf
8a9fb1051a
chore: remove Page.prototype.target from WebDriver BiDi () 2024-02-08 13:08:02 +00:00
jrandolf
15c986c2bc
fix: deprecate Page.prototype.target () 2024-02-08 12:56:58 +00:00