Releases: GoogleChromeLabs/chromium-bidi
Releases · GoogleChromeLabs/chromium-bidi
chromium-bidi: v0.4.25
chromium-bidi: v0.4.24
0.4.24 (2023-09-07)
Features
- add url getter to NetworkRequest (#1251) (1d12f04), closes #1183
- default value for
userPromptOpened
(#1260) (94b0718) - implement
UnableToCaptureScreenException
in browsingContext.captureScreenshot (#1236) (8110918) - Network Intercept: handle special schemes (#1224) (27c6ccb), closes #1183
Bug Fixes
chromium-bidi: v0.4.23
chromium-bidi: v0.4.22
chromium-bidi: v0.4.21
chromium-bidi: v0.4.20
chromium-bidi: v0.4.19
chromium-bidi: v0.4.18
0.4.18 (2023-07-21)
Features
- implement browsingContext.activate (#1002) (22e2417)
- implement drag n' drop (#1006) (6443045)
- print: throw unsupported operation when content area is empty (#992) (71a8b5c), closes #518
- refactor scripts and realms and fix generator serialization (#1013) (73ea6f0), closes #562
- support iterator serialization (#1042) (9dff121)
Bug Fixes
chromium-bidi: v0.4.17
0.4.17 (2023-07-07)
Features
addScriptToEvaluateOnNewDocument
: run immediately (#919) (cfba71f)- add Dialog (user prompt) handling (#924) (474a3fa)
- preload scripts: support sandboxes (#978) (ef65951), closes #293
- protocol: add WindowProxyProperties (#952) (0deef4b)
- prototype network request interception: scaffold protocol (#845) (1b77f94), closes #644
- use
maxNodeDepth
+includeShadowTree
for serialization (#815) (09b4fc6) - use generated types for WebDriverBidi (#961) (4f70209)
Bug Fixes
- add stack trace to Unknown errors (#938) (9773a8a)
- Network Module clogging Processing Queue (#964) (9366a5e)
- preload scripts: fully remove optional context param (#972) (e3e7d76), closes #293 #963
- stop fragmentNavigated from emitting for normal navigation (#960) (7f91b46), closes #955
- use non-force close for BrowsingContext.close (#939) (055126f)