Commit Graph

95 Commits

Author SHA1 Message Date
Nikolay Vitkov
c9a5644c65
fix(performance): speed up Firefox profile creation (#12320)
Co-authored-by: browser-automation-bot <133232582+browser-automation-bot@users.noreply.github.com>
2024-04-24 10:57:02 +00:00
Alex Rudenko
ab560bcf6f
fix: do not use fallback download URLs if custom baseUrl is provided (#12206) 2024-04-04 14:21:55 +00:00
Alex Rudenko
7bc5e0fb2d
fix: only set up a single process event listener in launch (#12200) 2024-04-04 07:41:48 +00:00
Nikolay Vitkov
0a142bf0aa
fix: don't keep connection alive (#12096) 2024-03-15 13:18:45 +00:00
Alex Rudenko
e4cc2f9ee9
feat: allow downloading Firefox channels other than nightly (#12051)
Co-authored-by: Nikolay Vitkov <nvitkov@chromium.org>
2024-03-13 13:44:56 +00:00
Alexandra Borovova
355835bd63
chore: set "network.cookie.cookieBehavior" preference to "0" only for CDP (#12016) 2024-02-29 08:44:56 +00:00
David English
c90bc4c95f
docs: include examples for stable, beta, and dev channels (#11955) 2024-02-20 21:36:20 +01:00
Alex Rudenko
561e4cd6ee
feat: support local aliases when launching a browser (#11947) 2024-02-20 19:09:36 +01:00
Alex Rudenko
bf71b34fca
feat: allow comparing browser versions (#11954)
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 (#11951) 2024-02-20 13:46:53 +01:00
Alex Rudenko
e95a308c33
fix: check if executable exists (#11946) 2024-02-19 12:40:50 +00:00
Alex Rudenko
f00a94a809
fix: Chrome for Testing downloads have a new URL (#11923) 2024-02-17 10:17:04 +00:00
Nikolay Vitkov
b6c5642cc9
chore: update license headers (#11563) 2024-01-03 10:11:33 +00:00
Henrik Skupin
e41a2656d9
fix: disable GFX sanity window for Firefox and enable WebDriver BiDi CI jobs for Windows (#11578) 2023-12-28 13:20:22 +01:00
Alex Rudenko
f8c94699c7
fix: remove CDP-specific preferences from defaults for Firefox (#11477) 2023-12-05 15:40:49 +00:00
Alex Rudenko
53fb69bf7f
feat: implement the Puppeteer CLI (#11344) 2023-11-23 08:51:37 +00:00
Alex Rudenko
d0862a11f2
chore: removing unused Firefox pref browser.safebrowsing.passwords.enabled (#11411) 2023-11-17 07:27:58 +00:00
Alex Rudenko
8f48334014
chore: filter out env in debug log (#11386) 2023-11-14 11:19:01 +01:00
Susheel Thapa
1dbd985daa
docs: fix typos in docs and website folder (#11212) 2023-10-21 13:18:45 +02:00
jrandolf
bd6c246b18
chore: add @typescript-eslint/no-import-type-side-effects (#11040) 2023-09-26 18:24:24 +02:00
Alex Rudenko
3238b93a79
refactor: remove import cycles in browsers (#10974) 2023-09-21 09:39:02 +00:00
jrandolf
c949656a43
chore: use @typescript-eslint/consistent-type-imports (#10913) 2023-09-15 13:00:20 +02:00
Nikolay Vitkov
0ab6f76945
docs: fix warnings, remove node 14, sort files (#10846) 2023-09-05 10:41:21 +02:00
jrandolf
7e74439c51
chore: enable 'return-await` (#10832) 2023-09-01 09:49:33 +02:00
jrandolf
a3db064cbb
chore: update dependencies (#10785) 2023-08-28 13:01:52 +02:00
Mathias Bynens
416843ba68
feat: support chrome-headless-shell (#10739) 2023-08-16 11:34:54 +00:00
Alex Rudenko
bec2357aee
feat: allow installing chrome/chromedriver by milestone and version prefix (#10720) 2023-08-10 13:00:22 +02:00
jrandolf
21461b02c6
fix: add buildId to archive path (#10699) 2023-08-07 13:40:16 +02:00
Christian Bromann
87bd791ddc
fix: clear pending TLS socket handle (#10667) 2023-08-01 18:33:35 +02:00
Julian Descottes
2423d4fd94
chore: sync latest Firefox preference changes for translation feature (#10644) 2023-07-27 08:14:22 +02:00
Alex Rudenko
87522e778a
feat: add executablePath to InstalledBrowser (#10594) 2023-07-20 10:53:15 +02:00
Alex Rudenko
bf6304e064
fix: restore proxy-agent (#10569) 2023-07-19 13:38:52 +02:00
Alex Rudenko
54c6ff2f3c
docs: clarify the path attribute of InstalledBrowser (#10588) 2023-07-19 12:32:22 +02:00
Nikolay Vitkov
de09b058ba
chore: update Prettier and other deps (#10555) 2023-07-17 10:52:54 +02:00
Alex Rudenko
4070cd68b6
fix: stop relying on vm2 (via proxy agent) (#10548) 2023-07-13 08:01:16 +02:00
Alex Rudenko
c0dc8ad8a8
fix: remove Chromium channels (#10536) 2023-07-11 07:50:57 +00:00
Alex Rudenko
c308266111
fix: correctly parse the default buildId (#10535) 2023-07-11 09:38:17 +02:00
Nikolay Vitkov
6a89a2aadc
fix: negative timeout doesn't break launch (#10480) 2023-06-29 17:34:20 +02:00
Julian Descottes
cf8402b711
chore: disable Firefox preference browser.translations.enable (#10288) 2023-06-01 09:18:04 +02:00
Nikolay Vitkov
3fdad21744
chore: update Docs dependencies (#10275) 2023-05-31 09:30:22 +00:00
Alex Rudenko
3a1f4f0f8f
fix: pass on the auth from the download URL (#10271) 2023-05-30 09:37:22 +00:00
Alex Rudenko
2c0bd54d2e
feat: use proxy-agent to support various proxies (#10227) 2023-05-23 09:56:36 +02:00
jrandolf
354ac3bfc8
chore: update http-proxy-agent (#10190) 2023-05-16 15:11:11 +02:00
Alex Rudenko
d388a6edfd
feat: add ability to uninstall a browser (#10179) 2023-05-15 09:51:42 +00:00
Alex Rudenko
e313b054e6
feat: support Chrome channels for ChromeDriver (#10158) 2023-05-11 11:26:05 +00:00
Alex Rudenko
c815ba45a3
refactor: use helpers for JSON/text (#10154) 2023-05-11 08:21:49 +00:00
Alex Rudenko
90ed263eaf
feat: support stable/dev/beta/canary keywords for chrome and chromium (#10140) 2023-05-08 14:54:44 +02:00
Alex Rudenko
9758cae029
fix: rename PUPPETEER_DOWNLOAD_HOST to PUPPETEER_DOWNLOAD_BASE_URL (#10130) 2023-05-05 10:32:58 +02:00
Alex Rudenko
7358e9e92f
refactor: use http-proxy-agent (#10132) 2023-05-04 10:19:56 +02:00
Alex Rudenko
df4d60c187
feat!: switch to Chrome for Testing instead of Chromium (#10054)
Co-authored-by: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com>
2023-05-02 08:53:40 +02:00