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
Alex Rudenko
d0862a11f2
chore: removing unused Firefox pref browser.safebrowsing.passwords.enabled ( #11411 )
2023-11-17 07:27:58 +00:00
Nikolay Vitkov
d54b80fa80
docs: use link with placeholder ( #11405 )
2023-11-16 21:53:04 +01:00
Nikolay Vitkov
63a0d8b683
chore: fail fast waitForSelector BiDi ( #11406 )
2023-11-16 21:52:43 +01:00
release-please[bot]
acc685e87d
chore(main): release ng-schematics 0.5.2 ( #11404 )
...
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Nikolay Vitkov <nvitkov@chromium.org>
2023-11-16 18:37:11 +01:00
Nikolay Vitkov
3f6ca249ed
fix: run post-install hooks ( #11403 )
2023-11-16 16:43:39 +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
923434bd56
chore: emit CDP event only on CdpSession ( #11393 )
2023-11-16 09:31:41 +01: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
856802fec3
chore: implement Page.close prompt unload ( #11399 )
2023-11-16 08:10:20 +01:00
release-please[bot]
a6b508aa36
chore: release main ( #11364 )
...
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-11-15 10:48:54 +00: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
a9e959e8fe
docs: prefer ts code block ( #11389 )
2023-11-14 13:39:58 +01:00
Alex Rudenko
8f48334014
chore: filter out env in debug log ( #11386 )
2023-11-14 11:19:01 +01:00
Nikolay Vitkov
9c45c537f6
chore: remove dead lock file ( #11380 )
2023-11-13 16:30:36 +01:00
dependabot[bot]
ecc4239acc
chore(deps-dev): Bump the dev-dependencies group with 5 updates ( #11373 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-13 15:19:05 +00:00
release-please[bot]
d9928a68b7
chore(main): release ng-schematics 0.5.1 ( #11376 )
...
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Nikolay Vitkov <nvitkov@chromium.org>
2023-11-13 16:00:50 +01:00
Nikolay Vitkov
35a05d5cc4
docs: fix ElementHandle boundingBox & boxModel descriptions ( #11339 )
2023-11-13 15:47:42 +01:00
Alex Rudenko
0a41f8d01e
fix: add --disable-infobars ( #11377 )
2023-11-13 13:39:18 +00:00
Nikolay Vitkov
64f7bf0af4
fix: support Angular 17 new template ( #11375 )
2023-11-13 14:24:15 +01:00
Nikolay Vitkov
1b2d920fe6
fix: multi-app project extend root tsconfig.json
( #11374 )
2023-11-13 14:20:18 +01:00
dependabot[bot]
92f586cf18
chore(deps): Bump the dependencies group with 4 updates ( #11359 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-13 14:08:18 +01:00
Nikolay Vitkov
915eb7ff4e
chore: update Prettier ( #11372 )
2023-11-13 13:28:15 +01:00
Alex Rudenko
4bf2a09a13
fix: mitt types should not be exported ( #11371 )
2023-11-13 13:27:17 +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
Alex Rudenko
cbc33bea40
fix: add --disable-field-trial-config ( #11352 )
2023-11-10 13:33:25 +00: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
b829f42074
chore: fix min Node 16 ( #11347 )
2023-11-10 11:29:05 +01:00
Nikolay Vitkov
a52aa51bd8
refactor: revert to private prop ( #11332 )
2023-11-10 09:49:26 +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
release-please[bot]
245f38234d
chore: release main ( #11331 )
...
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-11-09 13:03:21 +01:00
Nikolay Vitkov
d2480b022d
fix: better debugging for WaitTask ( #11330 )
2023-11-09 10:38:27 +00:00
Alex Rudenko
2da4915e6b
chore: remove sharedId check ( #11328 )
2023-11-09 10:20:36 +01:00
Nikolay Vitkov
f7cf05ce4a
docs: move ProductLauncher to abstract class ( #11324 )
2023-11-08 18:36:56 +00:00
Nikolay Vitkov
1927fb561e
refactor: move waitWithNetworkIdle ( #11321 )
2023-11-08 14:31:34 +01:00
dependabot[bot]
f22a33bfa2
chore(deps-dev): Bump the dev-dependencies group with 13 updates ( #11318 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-08 08:39:53 +00:00
Alex Rudenko
5b8c6cb1fc
chore: enable dpr for bidi ( #11319 )
2023-11-08 09:28:45 +01:00
dependabot[bot]
07777c14d0
chore(deps-dev): Bump the dev-dependencies group with 5 updates ( #11314 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-07 14:25:16 +01:00
Nikolay Vitkov
8a54722328
refactor: move dependencies where they are used ( #11310 )
2023-11-06 14:03:57 +01:00
Nikolay Vitkov
f196f84ed0
ci: fix Timeout Error in tests ( #11301 )
2023-11-06 11:20:04 +01:00
Nikolay Vitkov
47e708b979
chore: use abstract for HTTP classes ( #11300 )
2023-11-06 10:15:09 +01:00
Nikolay Vitkov
619d9d0262
chore: fix RxJs import for BiDi ( #11299 )
2023-11-06 06:58:20 +01:00
release-please[bot]
b33ff31c2a
chore: release main ( #11275 )
...
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-11-02 16:51:26 +01:00
browser-automation-bot
325fa8b1b1
feat: roll to Chrome 119.0.6045.105 (r1204232) ( #11287 )
...
Co-authored-by: Nikolay Vitkov <nvitkov@chromium.org>
2023-11-02 16:31:34 +01:00
dependabot[bot]
6f60c2e6ed
chore(deps-dev): Bump the dev-dependencies group with 4 updates ( #11294 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-02 10:16:39 +01:00
Alex Rudenko
019bc82192
chore: update expected bidi errors ( #11022 )
2023-10-31 16:23:29 +01:00
Nikolay Vitkov
b4b6fe2702
chore: update chromium-bidi to 0.4.33 ( #11284 )
2023-10-31 15:29:37 +01:00
jrandolf
ce4e485d1b
fix: ignore unordered frames ( #11283 )
2023-10-31 12:39:16 +01:00
dependabot[bot]
0b756aa443
chore(deps): Bump the dependencies group with 2 updates ( #11280 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-31 09:47:45 +01:00
Nikolay Vitkov
0d4aab828a
chore: fix BiDi deserializer ( #11264 )
2023-10-30 13:02:04 +01:00
Nikolay Vitkov
22aeff1eac
fix: Type for ElementHandle.screenshot ( #11274 )
2023-10-30 11:02:43 +01:00
dependabot[bot]
809aba2ed4
chore(deps-dev): Bump the dev-dependencies group with 2 updates ( #11252 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-26 11:37:09 +02: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
release-please[bot]
f5d922c19e
chore: release main ( #11214 )
...
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-10-24 06:23:29 +00:00
Alex Rudenko
954c75f9a9
fix: remove import cycle in query handlers ( #11234 )
2023-10-23 15:21:48 +00:00
Thiago Perrotta
edec7d53f8
fix: do not pass --{enable,disable}-features twice when user-provided ( #11230 )
2023-10-23 13:27:21 +00:00
Alex Rudenko
014c72ae1d
chore: merge locators in a single file ( #11233 )
2023-10-23 12:23:46 +00:00
Alex Rudenko
b9ce89e460
fix: remove more import cycles ( #11231 )
2023-10-23 14:06:41 +02:00
Nikolay Vitkov
39e9d5e1ec
ci: use CfT endpoint ( #11232 )
2023-10-23 13:59:10 +02:00
Alex Rudenko
3edce3aee9
fix: remove circular import in IsolatedWorld ( #11228 )
2023-10-23 12:54:45 +02:00
Alex Rudenko
20eb38d61b
chore: split a cycle in BiDi ( #11229 )
2023-10-23 12:27:23 +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
Alex Rudenko
bcd1a8e597
chore: exclude unit test sources from npm pkg ( #11224 )
2023-10-23 08:30:12 +00:00
Susheel Thapa
1dbd985daa
docs: fix typos in docs
and website
folder ( #11212 )
2023-10-21 13:18:45 +02:00
campersau
25b90b2b54
fix: typo in screencast error message ( #11213 )
2023-10-21 08:33:48 +00:00
release-please[bot]
35f9c6d1e6
chore: release main ( #11095 )
...
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2023-10-20 12:20:50 +02:00
dependabot[bot]
dc5eb660e8
chore(deps-dev): Bump the dev-dependencies group with 3 updates ( #11206 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-20 08:29:05 +02:00
Donnatello
4206e76c3e
fix: update TextQuerySelector cache on subtree update ( #11200 )
2023-10-19 11:58:40 +02:00
Nikolay Vitkov
11da21cac2
ci: try to fix request timeouts ( #11190 )
2023-10-19 11:04:29 +02:00
Nikolay Vitkov
9d34c09013
chore: update chromium-bidi ( #11179 )
...
Co-authored-by: Randolf <jrandolf@google.com>
2023-10-19 10:18:12 +02:00
jrandolf
20ee325e62
revert: "ci: try to fix request timeouts ( #11183 )" ( #11184 )
2023-10-17 16:46:54 +02:00
Nikolay Vitkov
57dc357e90
ci: try to fix request timeouts ( #11183 )
2023-10-17 14:43:13 +00:00
Nikolay Vitkov
0316863391
feat: added tagged (accessible) PDFs option ( #11182 )
2023-10-17 16:37:07 +02:00
Nikolay Vitkov
443ee99a8d
chore: fix RxJS import ( #11176 )
2023-10-17 08:30:04 +00:00
Nikolay Vitkov
5ce3abe675
chore: use RxJS instead of waitWithTimeout ( #11160 )
2023-10-16 14:37:52 +02:00
Nikolay Vitkov
511614fe44
chore: enable screencast for BiDi+ ( #11171 )
2023-10-16 13:54:10 +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
2b578e4a09
feat: merge user-provided --{disable,enable}-features in args ( #11152 )
...
Bug: #11072
2023-10-15 14:11:44 +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
Thiago Perrotta
b020e77991
chore: expose enabled chrome features as an array ( #11141 )
2023-10-12 23:48:42 +00:00
jrandolf
8a2b9f1280
chore: remove jobs ( #11136 )
2023-10-12 15:04:29 +02:00
Alex Rudenko
3171115085
refactor: move target checks to the api surface ( #11137 )
2023-10-12 12:15:06 +02:00
Alex Rudenko
9347aae12e
fix: disable ProcessPerSiteUpToMainFrameThreshold in Chrome ( #11139 )
2023-10-12 10:58:31 +02:00
Nikolay Vitkov
4a2a37b825
chore: add a deflake utility ( #11111 )
2023-10-11 19:21:50 +02:00
Nikolay Vitkov
e34716ab0e
chore: create TimeoutError only when needed ( #11121 )
2023-10-11 19:15:06 +02:00
jrandolf
a3fce3118a
chore: add support for format and quality to BiDi ( #11124 )
2023-10-11 16:53:50 +00:00
jrandolf
4170fefc5c
chore: remove rollup ( #11135 )
2023-10-11 17:55:32 +02:00
jrandolf
7a38586d9d
chore: use hereby instead of internal job ( #11132 )
2023-10-11 17:54:26 +02:00