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

253 Commits

Author SHA1 Message Date
Nikolay Vitkov
41d43200b7
docs: show experimental and remark blocks () 2024-04-29 14:50:39 +02:00
Nikolay Vitkov
1c1891e6ab
docs: update links () 2024-04-26 13:13:43 +00:00
Nikolay Vitkov
e254f746ee
chore: remove type castings () 2024-04-24 14:26:01 +02:00
Nikolay Vitkov
15dde692f3
docs: update links to point to property table () 2024-04-11 13:01:13 +02:00
Ahsan Moin
4ba7c9e093
chore: fix typos () 2024-04-09 12:36:02 +02:00
Alex Rudenko
89eb9e633b
docs: mark deprecated methods () 2024-04-04 09:17:26 +02:00
Nikolay Vitkov
08bc8542ea
chore(webdriver): support priority for request interception () 2024-04-02 11:20:36 +00:00
Rick Viscomi
950cbf73f8
docs: remove obsolete page.target() from CDPSession doc () 2024-03-27 16:23:04 +01:00
Alex Rudenko
00fa75ec9e
docs: mention issues with buffer encoding () 2024-03-25 09:30:56 +01:00
Alex Rudenko
b096ffaa03
fix: support clip in ElementHandle.screenshot () 2024-03-21 08:16:24 +00:00
dependabot[bot]
93e9acc410
chore(deps-dev): Bump the dev-dependencies group with 3 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-03-20 15:03:14 +00:00
Nikolay Vitkov
e867dd435f
docs: remove double the () 2024-03-13 15:04:48 +00:00
jrandolf
1a05d37cf2
chore: remove skip and add more frame.name() instructions () 2024-03-13 14:44:42 +00:00
jrandolf
0203b4533d
feat: deprecate Frame.prototype.name () 2024-03-13 14:29:59 +00:00
Yotam Laufer
c25388c335
docs: fix typo () 2024-03-06 19:19:25 +01:00
Maksim Sadym
7fe22b533d
feat(webdriver): support Page.deleteCookie() for WebDriver BiDi () 2024-03-04 14:38:49 +00:00
Alex Rudenko
ceab7a9042
fix: deprecate isIncognito () 2024-02-21 13:52:58 +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
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
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
Alex Rudenko
b5e50865a4
build: regen package-lock.json () 2024-01-24 11:38:21 +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