Nikolay Vitkov
84d9a94d62
refactor!: use ReadableStreams ( #11805 )
2024-02-02 13:25:02 +01:00
Nikolay Vitkov
514e2d5241
refactor!: remove duplicate type names ( #11803 )
2024-02-02 13:22:47 +01:00
Alex Rudenko
f18d44761c
refactor!: remove InterceptResolutionStrategy ( #11788 )
2024-02-02 13:21:48 +01:00
Nikolay Vitkov
53c9134809
refactor!: remove $x
and waitForXpath
( #11782 )
2024-02-02 13:18:43 +01:00
Nikolay Vitkov
1900fa9418
refactor!: remove waitForTimeout ( #11780 )
2024-02-02 13:17:24 +01:00
jrandolf
ced2235ada
fix!: remove viewport resizing from ElementHandle.screenshot ( #11774 )
2024-02-02 13:14:59 +01:00
Maksim Sadym
9cb1fde589
feat!: BiDi cookies ( #11532 )
...
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
jrandolf
0f0813db38
fix: use shareReplay for inflight requests ( #11810 )
2024-02-02 08:09:33 +01:00
jrandolf
9cd66731d1
fix: set viewport for element screenshots ( #11772 )
2024-01-29 13:09:09 +00:00
jrandolf
d085127bba
refactor: use generic implementation for waitForNetworkIdle
( #11757 )
2024-01-26 16:06:41 +01:00
Alex Rudenko
f88e1da638
feat: add experimental browser.debugInfo ( #11748 )
2024-01-25 14:57:45 +00:00
jrandolf
08f761486e
refactor: use generic implementation for waitForRequest
( #11753 )
2024-01-25 14:52:11 +01:00
jrandolf
3698fa8aec
refactor: use generic implementation for waitForResponse
( #11752 )
2024-01-25 14:22:48 +01:00
Nikolay Vitkov
76da4e6479
chore: extract protocol utils to separate files ( #11706 )
2024-01-19 13:36:26 +00:00
jrandolf
d0dd209850
refactor: implement fromEmitterEvent
( #11658 )
2024-01-09 13:45:45 +00:00
jrandolf
27dd2fc8ca
refactor: move PDF options to utilities ( #11651 )
2024-01-08 19:45:32 +01:00
jrandolf
cf16cb49c9
refactor: rename Dialog.sendCommand to Dialog.handle ( #11650 )
2024-01-08 18:05:19 +00:00
Nikolay Vitkov
e8b501de6f
docs: update website deps and fix some broken links ( #11631 )
2024-01-05 08:28:39 +00:00
Nikolay Vitkov
b6c5642cc9
chore: update license headers ( #11563 )
2024-01-03 10:11:33 +00:00
dependabot[bot]
c7421ddfcd
chore(deps-dev): Bump the dev-dependencies group with 7 updates ( #11612 )
...
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-03 09:53:39 +01:00
Alex Rudenko
66aa770038
feat: allow converting other targets to pages ( #11604 )
2024-01-02 10:32:03 +00:00
Alex Rudenko
80143def96
feat: support fetching request POST data ( #11598 )
2024-01-02 11:02:08 +01:00
Alex Rudenko
c660d4001d
feat: support timeouts per CDP command ( #11595 )
2024-01-02 11:00:07 +01:00
Darío Kondratiuk
107b8337e5
fix: change viewportHeight in screencast ( #11583 )
2023-12-28 05:54:41 +00:00
Ben Elliott
0651d2c68e
docs: clarify Page.waitForFunction()
docs to mention that it will w… ( #11592 )
2023-12-28 04:11:58 +00:00
jrandolf
af6eba4bea
chore: abstract web worker API ( #11558 )
2023-12-15 13:08:28 +01:00
jrandolf
b6d1163f7f
fix: emulate if captureBeyondViewport is false ( #11525 )
2023-12-12 23:12:24 +00:00
Maksim Sadym
a66d029607
fix: end WebDriver BiDi session on disconnect ( #11470 )
...
Co-authored-by: Maksim Sadym <sadym@google.com>
2023-11-30 14:27:49 +00:00
Alex Rudenko
585b7c1941
docs: fix clickCount docs ( #11468 )
2023-11-30 10:07:24 +00:00
Nikolay Vitkov
8be3e797bb
refactor: move setContent to common impl ( #11455 )
...
Co-authored-by: Alex Rudenko <alexrudenko@chromium.org>
2023-11-29 17:25:54 +00:00
Alex Rudenko
1014abc087
docs: fixing docs ( #11460 )
2023-11-29 13:29:13 +00:00
Alex Rudenko
8aba033dde
feat: experimental WebDriver BiDi support with Firefox ( #11412 )
...
Co-authored-by: Jecelyn Yeen <5917927+jecfish@users.noreply.github.com>
2023-11-28 13:07:53 +01:00
Alex Rudenko
bbff323edf
docs: clarify the viewport() behavior ( #11442 )
2023-11-27 11:38:42 +01:00
Nikolay Vitkov
d54b80fa80
docs: use link with placeholder ( #11405 )
2023-11-16 21:53:04 +01:00
Nikolay Vitkov
f9f31ce9fa
docs: add more privateRemarks for BiDi ( #11402 )
2023-11-16 16:32:56 +01:00
Nathan
c7921ae42c
docs: fix typo in setViewport docs ( #11382 )
2023-11-16 13:48:02 +01:00
jrandolf
2bf28ea1e5
chore: implement document screenshots in BiDi ( #11398 )
2023-11-16 12:46:28 +00:00
Nikolay Vitkov
8644744dce
chore: use a type for protocol ( #11394 )
2023-11-16 08:23:08 +01:00
Nikolay Vitkov
7c499cb0b5
chore: mark where APIs don't work for BiDi ( #11396 )
2023-11-16 08:22:32 +01:00
Nikolay Vitkov
b58ba6b07c
chore: small fixes ( #11397 )
2023-11-16 08:16:40 +01:00
Nikolay Vitkov
a9e959e8fe
docs: prefer ts code block ( #11389 )
2023-11-14 13:39:58 +01:00
Nikolay Vitkov
35a05d5cc4
docs: fix ElementHandle boundingBox & boxModel descriptions ( #11339 )
2023-11-13 15:47:42 +01:00
Alex Rudenko
4bf2a09a13
fix: mitt types should not be exported ( #11371 )
2023-11-13 13:27:17 +01:00
Maksim Sadym
0533764aac
test: pass protocol
in Puppeteer.connect
in tests ( #11342 )
...
Add an internal field protocol: 'cdp' | 'webDriverBiDi' to the Browser and use is in tests when Puppeter.connect(...) is called.
Co-authored-by: Maksim Sadym <sadym@google.com>
2023-11-10 12:55:08 +00:00
Nikolay Vitkov
0fe89b7da9
chore: add new UnsupportedOperation Error ( #11322 )
2023-11-09 13:57:33 +01:00
Nikolay Vitkov
47e708b979
chore: use abstract for HTTP classes ( #11300 )
2023-11-06 10:15:09 +01:00
Nikolay Vitkov
22aeff1eac
fix: Type for ElementHandle.screenshot ( #11274 )
2023-10-30 11:02:43 +01:00
Nikolay Vitkov
5278de9276
chore: use internal method for networkidle with BiDi ( #11167 )
2023-10-24 10:07:35 +02:00
Alex Rudenko
954c75f9a9
fix: remove import cycle in query handlers ( #11234 )
2023-10-23 15:21:48 +00:00
Alex Rudenko
014c72ae1d
chore: merge locators in a single file ( #11233 )
2023-10-23 12:23:46 +00:00