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

1239 Commits

Author SHA1 Message Date
Maksim Sadym
7fe22b533d
feat(webdriver): support Page.deleteCookie() for WebDriver BiDi () 2024-03-04 14:38:49 +00:00
jrandolf
accf2b6ca8
feat: implement ElementHandle.uploadFile for WebDriver BiDi () 2024-02-26 14:10:46 +00:00
release-please[bot]
9ddfa5314c
chore: release main ()
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2024-02-26 10:14:43 +00:00
Alex Rudenko
3a467c39cb
feat: implement permissions for WebDriver BiDi () 2024-02-23 09:16:58 +00:00
release-please[bot]
19fe78f797
chore: release main ()
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2024-02-22 09:09:03 +01:00
Alex Rudenko
ceab7a9042
fix: deprecate isIncognito () 2024-02-21 13:52:58 +01:00
Lance Pollard
d8bca42565
docs: add Google Cloud Run note to troubleshooting.md doc () 2024-02-21 08:04:58 +00: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
f00a94a809
fix: Chrome for Testing downloads have a new URL () 2024-02-17 10:17:04 +00: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
1bdae40ec8
feat: support closing workers () 2024-02-13 13:40:59 +01:00
Alex Rudenko
17634e9f2a
docs: update sandbox path () 2024-02-12 23:47:30 +01:00
jrandolf
15c986c2bc
fix: deprecate Page.prototype.target () 2024-02-08 12:56:58 +00:00
jrandolf
dfdd1aab38
chore: use existing types ()
Co-authored-by: Alex Rudenko <OrKoN@users.noreply.github.com>
2024-02-06 17:42:51 +01:00
jrandolf
27c71a9cf6
chore: use generic implementation for BrowserContext.waitForTarget ()
Co-authored-by: Alex Rudenko <OrKoN@users.noreply.github.com>
2024-02-06 17:42:05 +01:00
Alex Rudenko
799058cc7b
docs: fix NetworkConditions descriptions () 2024-02-06 12:24:10 +00:00
Alex Rudenko
46a3ef2681
refactor!: rename createIncognitoBrowserContext to createBrowserContext () 2024-02-05 10:43:37 +01:00
Alex Rudenko
75c9e117f1
refactor!: enable the new-headless mode by default () 2024-02-02 13:25:43 +01:00
Alex Rudenko
7564dfa911
refactor!: remove networkConditions in favor of PredefinedNetworkConditions () 2024-02-02 13:25:20 +01:00
Nikolay Vitkov
84d9a94d62
refactor!: use ReadableStreams () 2024-02-02 13:25:02 +01:00
Nikolay Vitkov
514e2d5241
refactor!: remove duplicate type names () 2024-02-02 13:22:47 +01:00
Alex Rudenko
f1608743c8
refactor!: remove add/removeEventListener in favor of on/off () 2024-02-02 13:22:28 +01:00
Alex Rudenko
d4e9d8d591
fix!: make console warn level compatible with WebDriver BiDi () 2024-02-02 13:22:07 +01:00
Alex Rudenko
f18d44761c
refactor!: remove InterceptResolutionStrategy () 2024-02-02 13:21:48 +01:00
Alex Rudenko
eb360e3a76
refactor!: remove devices in favor of KnownDevices () 2024-02-02 13:20:33 +01:00
Nikolay Vitkov
53c9134809
refactor!: remove $x and waitForXpath () 2024-02-02 13:18:43 +01:00
Nikolay Vitkov
1900fa9418
refactor!: remove waitForTimeout () 2024-02-02 13:17:24 +01:00
Alex Rudenko
4fc14026e9
feat!: generate accessible PDFs by default () 2024-02-02 13:17:06 +01:00
Nikolay Vitkov
b3bfdd2024
refactor!: remove error const, change CustomError to PuppeteerError ()
Co-authored-by: Alex Rudenko <OrKoN@users.noreply.github.com>
Co-authored-by: Alex Rudenko <alexrudenko@chromium.org>
2024-02-02 13:15:20 +01:00
Alex Rudenko
4677281877
feat!: remove PUPPETEER_DOWNLOAD_PATH in favor of PUPPETEER_CACHE_DIR () 2024-02-02 13:14:38 +01:00
Maksim Sadym
9cb1fde589
feat!: BiDi cookies ()
Co-authored-by: Maksim Sadym <sadym@google.com>
Co-authored-by: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com>
2024-02-02 13:13:00 +01:00
Nikolay Vitkov
b99d478cd4
feat: add outline to PDF generation () 2024-01-30 12:34:33 +01:00
Alex Rudenko
2c3711e885
docs: clarify current behavior of PUPPETEER_BROWSER_REVISION () 2024-01-30 11:37:54 +01:00
dependabot[bot]
2d8acd2021
chore(deps): Bump the dependencies group with 6 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-01-29 13:46:51 +01:00
jrandolf
d085127bba
refactor: use generic implementation for waitForNetworkIdle () 2024-01-26 16:06:41 +01:00
Alex Rudenko
ce894a2ffc
feat: download chrome-headless-shell by default and use it for the old headless mode () 2024-01-25 21:39:07 +01:00
Alex Rudenko
f88e1da638
feat: add experimental browser.debugInfo () 2024-01-25 14:57:45 +00:00
jrandolf
08f761486e
refactor: use generic implementation for waitForRequest () 2024-01-25 14:52:11 +01:00
jrandolf
3698fa8aec
refactor: use generic implementation for waitForResponse () 2024-01-25 14:22:48 +01:00
release-please[bot]
d57b1044f2
chore: release main ()
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2024-01-24 13:53:06 +00:00
release-please[bot]
2f87accd67
chore: release main ()
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2024-01-24 14:01:55 +01:00
Alex Rudenko
b5e50865a4
build: regen package-lock.json () 2024-01-24 11:38:21 +00:00
David Beitey
0ac68b4776
docs: add debug example for logging all but filtering just protocol messages () 2024-01-15 07:58:08 +00:00
Jacob Roush
01a07fda2c
docs: Fix Getting Started Usage example ()
Co-authored-by: Alex Rudenko <alexrudenko@chromium.org>
2024-01-08 09:14:06 +00:00
Nikolay Vitkov
e8b501de6f
docs: update website deps and fix some broken links () 2024-01-05 08:28:39 +00:00
Alex Rudenko
66aa770038
feat: allow converting other targets to pages () 2024-01-02 10:32:03 +00:00
Alex Rudenko
80143def96
feat: support fetching request POST data () 2024-01-02 11:02:08 +01:00
Alex Rudenko
c660d4001d
feat: support timeouts per CDP command () 2024-01-02 11:00:07 +01:00
Ben Elliott
0651d2c68e
docs: clarify Page.waitForFunction() docs to mention that it will w… () 2023-12-28 04:11:58 +00:00