diff --git a/out/gen/main.d.ts b/out/gen/main.d.ts index 27aa8bb..fbb89fe 100644 --- a/out/gen/main.d.ts +++ b/out/gen/main.d.ts @@ -1813,6 +1813,7 @@ export declare namespace Script { BrowsingContext.BrowsingContext, ...BrowsingContext.BrowsingContext[], ]; + userContexts?: [Browser.UserContext, ...Browser.UserContext[]]; sandbox?: string; }; } diff --git a/src/gen/main.ts b/src/gen/main.ts index fc38d0e..505e0a4 100644 --- a/src/gen/main.ts +++ b/src/gen/main.ts @@ -1817,6 +1817,7 @@ export namespace Script { BrowsingContext.BrowsingContext, ...BrowsingContext.BrowsingContext[], ]; + userContexts?: [Browser.UserContext, ...Browser.UserContext[]]; sandbox?: string; }; }