Skip to content

Commit cb913f1

Browse files
1 parent b81f644 commit cb913f1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/protocol-parser/generated/webdriver-bidi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2338,6 +2338,7 @@ export namespace Script {
23382338
.array(BrowsingContext.BrowsingContextSchema)
23392339
.min(1)
23402340
.optional(),
2341+
userContexts: z.array(Browser.UserContextSchema).min(1).optional(),
23412342
sandbox: z.string().optional(),
23422343
}),
23432344
);

src/protocol/generated/webdriver-bidi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1840,6 +1840,7 @@ export namespace Script {
18401840
BrowsingContext.BrowsingContext,
18411841
...BrowsingContext.BrowsingContext[],
18421842
];
1843+
userContexts?: [Browser.UserContext, ...Browser.UserContext[]];
18431844
sandbox?: string;
18441845
};
18451846
}

0 commit comments

Comments
 (0)