Releases: GoogleChromeLabs/chromium-bidi
Releases · GoogleChromeLabs/chromium-bidi
chromium-bidi: v0.5.21
chromium-bidi: v0.5.20
0.5.20 (2024-05-31)
Features
- send
browsingContext.contextCreated
event while subscribing (#2255) (592c839) - support document as
startNodes
inbrowsingContext.locateNodes
(#2218) (ad7318f) - support for graphemes in key input (#2207) (8e3a6c0)
Bug Fixes
- added missing input transformations (#2186) (ea48dc2)
- css locator should allow nodes to be start nodes (#2195) (4a361a5)
- errors for
input.setFile
(#2232) (49e3712) - expose the override data to the request events (#2241) (947bb8e)
- report correct value for DefaultValue in UserPrompt (#2228) (df5ebf6)
- screenshot taken in scrolled viewport origin (#2161) (b3c57c8)
- throw invalid argument for header (#2246) (664d043)
chromium-bidi: v0.5.19
chromium-bidi: v0.5.18
chromium-bidi: v0.5.17
0.5.17 (2024-04-10)
Features
Bug Fixes
- browsingContext: emit
navigationFailed
fornavigate
command failure (#2118) (382a762) - don't expect interception for cached events (#2087) (063c1d1)
- emit
network.responseCompleted
for redirects (#2098) (219cfc9) - network: support Interception for OOPIF (#2110) (5d0845c)
- script: support PreloadScript in OOPIF (#2109) (baa263e)
- sending undefined viewport should keep previously set viewport (#2119) (823e52d)
chromium-bidi: v0.5.16
chromium-bidi: v0.5.15
chromium-bidi: v0.5.14
0.5.14 (2024-03-21)
Features
- support
innerText
locators (#1988) (8c41582) - support
maxDepth
andserializationOptions
inbrowsingContext.locateNodes
(#2048) (eca1e06) - support
maxNodeCount
in locators (#2040) (ba68a85) - support
startNodes
in locators (#2042) (62d58a9) - support userContext is setPermission (#2033) (3186576)
Bug Fixes
chromium-bidi: v0.5.13
0.5.13 (2024-03-15)
Features
invalid selector
error (#1985) (cba1d35)- add support for
contexts
inaddInterception
(#1945) (fc76be7) - start implementing
browsingContext.locateNodes
(#1970) (d61f154) - support
network.continueResponse
authorization (#1961) (528ad63) - support base64 cookie values (#1933) (9d1b975)
- support xpath locators (#1986) (b49184f)
Bug Fixes
- add
authChallenges
to response (#1919) (e4a519a) - always provide
userContext
in cookie'spartitionKey
(#1938) (0adf6d1) - correctly process
NoSuchUserContextException
in cookie operations (#1940) (7407608) - don't block on unsubscribed events (#1954) (0abbff8)
- don't throw unhandled errors (#1996) (ab1c6d2)
- emit for target id (#1979) (d1091bd)
- the pattern matching logic (#1995) (66010d1)
- workaround issue with Script.Target (#1947) (3cc317b)