jrandolf
b6d1163f7f
fix: emulate if captureBeyondViewport is false ( #11525 )
2023-12-12 23:12:24 +00:00
Alex Rudenko
04b879944a
test: add a test for eval followed by a mouse event ( #11506 )
2023-12-08 10:38:49 +01:00
Maksim Sadym
be081ba17a
feat: BiDi implementation of Puppeteer.connect
for Firefox ( #11451 )
...
Co-authored-by: Maksim Sadym <sadym@google.com>
Co-authored-by: Alex Rudenko <OrKoN@users.noreply.github.com>
2023-12-01 08:30:01 +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
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
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
dependabot[bot]
97b70eaad2
chore(deps): Bump the dependencies group with 1 update ( #11415 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maksim Sadym <sadym@google.com>
Co-authored-by: Alex Rudenko <alexrudenko@chromium.org>
2023-11-20 09:56:29 +00: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
Nikolay Vitkov
b58ba6b07c
chore: small fixes ( #11397 )
2023-11-16 08:16:40 +01:00
Nikolay Vitkov
ee06a1381b
chore: update unsupported to return never
( #11391 )
2023-11-14 17:56:00 +01:00
Nikolay Vitkov
474d73fe1b
refactor: extract Connect interfaces into common ( #11392 )
2023-11-14 15:21:24 +01:00
Nikolay Vitkov
915eb7ff4e
chore: update Prettier ( #11372 )
2023-11-13 13:28:15 +01:00
Maksim Sadym
9f161ec76b
chore: implement Puppeteer.connect
for BiDi over CDP browser ( #11350 )
...
Co-authored-by: Maksim Sadym <sadym@google.com>
2023-11-13 10:44:48 +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
Maksim Sadym
3a11926bd8
refactor: respect protocol
option in Puppeteer.connect
( #11338 )
...
Co-authored-by: Maksim Sadym <sadym@google.com>
2023-11-09 18:12:23 +01: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
Darío Kondratiuk
9db4a94617
refactor: remove extra variable on onTargetInfoChanged ( #11249 )
2023-10-25 16:15:01 +00:00
Nikolay Vitkov
5278de9276
chore: use internal method for networkidle with BiDi ( #11167 )
2023-10-24 10:07:35 +02:00
Alex Rudenko
b9ce89e460
fix: remove more import cycles ( #11231 )
2023-10-23 14:06:41 +02:00
Alex Rudenko
3edce3aee9
fix: remove circular import in IsolatedWorld ( #11228 )
2023-10-23 12:54:45 +02:00
Alex Rudenko
525f13cd18
fix: remove import cycle ( #11227 )
2023-10-23 09:20:04 +00:00
Alex Rudenko
60f1b788a6
fix: remove import cycle in connection ( #11225 )
2023-10-23 09:02:19 +00:00
Nikolay Vitkov
9d34c09013
chore: update chromium-bidi ( #11179 )
...
Co-authored-by: Randolf <jrandolf@google.com>
2023-10-19 10:18:12 +02:00
Nikolay Vitkov
0316863391
feat: added tagged (accessible) PDFs option ( #11182 )
2023-10-17 16:37:07 +02:00
Nikolay Vitkov
5ce3abe675
chore: use RxJS instead of waitWithTimeout ( #11160 )
2023-10-16 14:37:52 +02:00
Thiago Perrotta
faea1d4791
refactor: use page().mainFrame() instead of manually computing the ro… ( #11166 )
2023-10-16 09:55:04 +00:00
Alex Rudenko
bb9ef6ee8b
refactor: unify tab target handling in page ( #11115 )
2023-10-16 07:53:03 +00:00
Thiago Perrotta
257be15d83
fix: Page.waitForDevicePrompt
crash ( #11153 )
2023-10-15 14:32:33 +00:00
Thiago Perrotta
d99f9d752b
chore: use CdpPage instead of Page in CDP frames ( #11157 )
2023-10-13 16:00:20 +00:00
Nikolay Vitkov
8290dc9de9
refactor: use RxJS for waitForHttp ( #11133 )
2023-10-13 12:35:43 +02:00
Alex Rudenko
8aa6cb37d2
fix: add InlineTextBox as a non-element a11y role ( #11142 )
2023-10-13 09:20:19 +02:00
Alex Rudenko
3171115085
refactor: move target checks to the api surface ( #11137 )
2023-10-12 12:15:06 +02:00
jrandolf
a3fce3118a
chore: add support for format and quality to BiDi ( #11124 )
2023-10-11 16:53:50 +00:00
Nikolay Vitkov
c8feb3e472
refactor: use RxJS for waitForTarget ( #11029 )
2023-10-11 08:11:22 +00:00
Alex Rudenko
d63f0cfc61
fix: synchronize frame tree with the events processing ( #11112 )
2023-10-10 16:44:38 +02:00
Nikolay Vitkov
2811119562
chore: small fixes and type improvement ( #11110 )
2023-10-10 11:42:31 +02:00
Alex Rudenko
8324c16348
feat: enable tab targets ( #11099 )
2023-10-09 13:49:27 +02:00
Alex Rudenko
9ce204e27e
fix: make sure discovery happens before auto-attach ( #11100 )
2023-10-09 11:16:12 +00:00
Alex Rudenko
5887649891
fix: avoid double subscription to frame manager in Page ( #11091 )
2023-10-06 10:38:44 +00:00
jrandolf
9c0c299f0b
chore: remove emulation from touchscreen tests ( #11003 )
2023-10-06 11:08:44 +02:00
jrandolf
317f82055b
fix: update file chooser events ( #11057 )
2023-10-06 08:28:19 +02:00
jrandolf
bd6c246b18
chore: add @typescript-eslint/no-import-type-side-effects ( #11040 )
2023-09-26 18:24:24 +02:00
jrandolf
2a7d4ab1ad
chore: remove screenshot options for firefox ( #11026 )
2023-09-25 16:56:39 +02:00
jrandolf
ace1230e41
fix: set defaults in screenshot ( #11021 )
2023-09-25 15:05:20 +02:00
Alex Rudenko
88c78dea41
fix: do not export bidi and fix import from the entrypoint ( #10998 )
2023-09-22 14:55:05 +02:00
jrandolf
4ca36454c3
chore: set allowViewportExpansion to captureBeyondViewport ( #10992 )
2023-09-22 13:48:01 +02:00
jrandolf
ecd6ac9dfa
chore: implement element screenshot ( #10963 )
2023-09-21 21:21:12 +02:00
Alex Rudenko
7bcdfcb7e9
fix: handle missing detach events for restored bfcache targets ( #10967 )
2023-09-21 11:13:12 +02:00