cdp: browserContextId is optional in Target.createTarget

https://chromedevtools.github.io/devtools-protocol/tot/Target/#method-createTarget
This commit is contained in:
Pierre Tachoire
2024-10-25 15:51:18 +02:00
parent 826f82610e
commit b3054d68bf

View File

@@ -278,7 +278,7 @@ fn createTarget(
url: []const u8,
width: ?u64 = null,
height: ?u64 = null,
browserContextId: []const u8,
browserContextId: ?[]const u8 = null,
enableBeginFrameControl: bool = false,
newWindow: bool = false,
background: bool = false,