Commit Graph

1059 Commits

Author SHA1 Message Date
Alex Rudenko
ac1767da0b
fix: apply timeout to waiting for a response (#12142) 2024-03-25 08:44:11 +00:00
Alex Rudenko
00fa75ec9e
docs: mention issues with buffer encoding (#12141) 2024-03-25 09:30:56 +01:00
Alex Rudenko
15a7b30cbc
chore(deps): Bump chromium-bidi (#12135) 2024-03-22 19:35:57 +01:00
Nikolay Vitkov
35504ae0e7
refactor: don't expose the deferred (#12130) 2024-03-22 16:57:29 +01:00
Alex Rudenko
d4760317c9
fix: reload should not resolve early on fragment navigations (#12119) 2024-03-21 10:54:57 +00:00
Alex Rudenko
b096ffaa03
fix: support clip in ElementHandle.screenshot (#12115) 2024-03-21 08:16:24 +00:00
dependabot[bot]
93e9acc410
chore(deps-dev): Bump the dev-dependencies group with 3 updates (#12101)
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
388af91e46
chore(webdriver): support for Network interception (#12106) 2024-03-20 13:55:07 +00:00
release-please[bot]
4f9f060408
chore: release main (#12108)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2024-03-20 09:57:03 +01:00
browser-automation-bot
6f5b3bc9b8
feat: roll to Chrome 123.0.6312.58 (r1262506) (#12110)
Co-authored-by: Alex Rudenko <alexrudenko@chromium.org>
2024-03-20 06:57:06 +00:00
Nikolay Vitkov
6ba6bef1b9
fix(webdriver): emit RequestServedFromCache for requests (#12104) 2024-03-19 15:25:33 +00:00
release-please[bot]
9aef7dc5e5
chore: release main (#12099)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2024-03-15 16:41:26 +01:00
Nikolay Vitkov
d5da9fbfde
chore(deps): bump chromium-bidi (#12097) 2024-03-15 15:47:52 +01:00
Nikolay Vitkov
0a142bf0aa
fix: don't keep connection alive (#12096) 2024-03-15 13:18:45 +00:00
jrandolf
26376224d5
fix: fix keyboard.sendCharacter (#12088) 2024-03-13 15:15:00 +00:00
Nikolay Vitkov
e867dd435f
docs: remove double the (#12087) 2024-03-13 15:04:48 +00:00
jrandolf
1a05d37cf2
chore: remove skip and add more frame.name() instructions (#12085) 2024-03-13 14:44:42 +00:00
jrandolf
0203b4533d
feat: deprecate Frame.prototype.name (#12084) 2024-03-13 14:29:59 +00:00
Alex Rudenko
e4cc2f9ee9
feat: allow downloading Firefox channels other than nightly (#12051)
Co-authored-by: Nikolay Vitkov <nvitkov@chromium.org>
2024-03-13 13:44:56 +00:00
browser-automation-bot
ef7a9eac16
fix: roll to Chrome 122.0.6261.128 (r1250580) (#12078) 2024-03-13 13:45:12 +01:00
Darío Kondratiuk
4f422e60a6
test: improve target.asPage tests (#12060) 2024-03-11 10:54:55 +00:00
Nikolay Vitkov
9afe4246bb
fix(webdriver): emit CDP events (#12058) 2024-03-08 15:15:05 +01:00
release-please[bot]
e1a9b85bbe
chore: release main (#12056)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2024-03-08 13:12:17 +01:00
browser-automation-bot
9b31bca01a
fix: roll to Chrome 122.0.6261.111 (r1250580) (#12055) 2024-03-08 08:05:50 +01:00
Nikolay Vitkov
5b0adda5b9
refactor: extract BrowserContext class (#12053) 2024-03-07 13:35:28 +00:00
Yotam Laufer
c25388c335
docs: fix typo (#12050) 2024-03-06 19:19:25 +01:00
release-please[bot]
eddff1f55a
chore: release main (#12002)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2024-03-05 10:41:21 +00:00
Nikolay Vitkov
e6a9fe20a5
chore: update angular deps (#12041) 2024-03-04 18:36:16 +00:00
Maksim Sadym
7fe22b533d
feat(webdriver): support Page.deleteCookie() for WebDriver BiDi (#12031) 2024-03-04 14:38:49 +00:00
Nikolay Vitkov
99b2b4a4e0
ci: fix firefox test pin (#12036) 2024-03-04 10:41:44 +01:00
Maksim Sadym
0c608754f6
chore(deps): Bump chromium-bidi to 0.5.12 (#12027)
## [0.5.12](https://github.com/GoogleChromeLabs/chromium-bidi/compare/chromium-bidi-v0.5.11...chromium-bidi-v0.5.12) (2024-02-29)


### Features

* implement `storage.deleteCookies` ([#1915](https://github.com/GoogleChromeLabs/chromium-bidi/issues/1915)) ([18d3d4f](18d3d4f197))


### Bug Fixes

* implement less flaky network module ([#1871](https://github.com/GoogleChromeLabs/chromium-bidi/issues/1871)) ([4ec8bad](4ec8bad7d1))
* parse `browser.RemoveUserContextParameters` ([#1905](https://github.com/GoogleChromeLabs/chromium-bidi/issues/1905)) ([a50821b](a50821b266))
2024-02-29 15:34:53 +00:00
Alex Rudenko
6d8831a9c3
fix(webdriver): wait for response if the response has not completed once navigation has finished (#12018) 2024-02-29 10:11:17 +00:00
Alexandra Borovova
355835bd63
chore: set "network.cookie.cookieBehavior" preference to "0" only for CDP (#12016) 2024-02-29 08:44:56 +00:00
Henrik Skupin
1eb6a33aa0
chore: for Firefox enable only the required protocol (CDP or BiDi) (#12014) 2024-02-28 13:13:12 +00:00
browser-automation-bot
7ba5529f8d
fix: roll to Chrome 122.0.6261.94 (r1250580) (#12012) 2024-02-28 08:29:58 +00:00
jrandolf
accf2b6ca8
feat: implement ElementHandle.uploadFile for WebDriver BiDi (#11963) 2024-02-26 14:10:46 +00:00
jrandolf
414f43388b
chore: implement ARIA queries in BiDi (#11999) 2024-02-26 13:09:37 +00:00
jrandolf
53cf9ce5d7
chore: update chromium bidi (#11998) 2024-02-26 12:06:43 +01:00
jrandolf
627bd00399
chore: implement removeExposedFunction (#11984) 2024-02-26 11:42:51 +01:00
release-please[bot]
9ddfa5314c
chore: release main (#11972)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
2024-02-26 10:14:43 +00:00
browser-automation-bot
eb2c33485e
fix: roll to Chrome 122.0.6261.69 (r1250580) (#11991) 2024-02-23 09:28:32 +00:00
Alex Rudenko
3a467c39cb
feat: implement permissions for WebDriver BiDi (#11979) 2024-02-23 09:16:58 +00:00
jrandolf
7966dd7262
chore: refactor exposed function for BiDi (#11976) 2024-02-22 18:01:39 +00:00
Alex Rudenko
3448a4097b
build: fix windows build (#11975) 2024-02-22 15:30:58 +01:00
dependabot[bot]
5e942b3b2f
chore(deps): Bump the dependencies group with 1 update (#11973)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Rudenko <alexrudenko@chromium.org>
2024-02-22 13:45:38 +00:00
Alex Rudenko
873d6db020
build: make sure license information is preserved (#11971) 2024-02-22 13:42:59 +01:00
Alex Rudenko
753a954456
fix: supress viewport errors for pages that do not support changing it (#11970) 2024-02-22 13:10:59 +01:00
dependabot[bot]
5bbee1068f
chore(deps): Bump the dependencies group with 2 updates (#11939)
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-22 11:09:12 +01:00
release-please[bot]
19fe78f797
chore: release main (#11949)
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 (#11962) 2024-02-21 13:52:58 +01:00