You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
internal sealed record SetForcedColorsModeThemeOverrideParameters([property:JsonIgnore(Condition=JsonIgnoreCondition.Never)]ForcedColorsModeTheme?Theme,IEnumerable<BrowsingContext.BrowsingContext>?Contexts,IEnumerable<Browser.UserContext>?UserContexts):Parameters;
31
31
@@ -42,3 +42,5 @@ public enum ForcedColorsModeTheme
internal sealed record SetLocaleOverrideParameters([property:JsonIgnore(Condition=JsonIgnoreCondition.Never)]string?Locale,IEnumerable<BrowsingContext.BrowsingContext>?Contexts,IEnumerable<Browser.UserContext>?UserContexts):Parameters;
30
30
@@ -34,3 +34,5 @@ public sealed class SetLocaleOverrideOptions : CommandOptions
internal sealed record SetScreenOrientationOverrideParameters([property:JsonIgnore(Condition=JsonIgnoreCondition.Never)]ScreenOrientation?ScreenOrientation,IEnumerable<BrowsingContext.BrowsingContext>?Contexts,IEnumerable<Browser.UserContext>?UserContexts):Parameters;
31
31
@@ -53,3 +53,5 @@ public enum ScreenOrientationType
internal sealed record SetScriptingEnabledParameters([property:JsonIgnore(Condition=JsonIgnoreCondition.Never)]bool?Enabled,IEnumerable<BrowsingContext.BrowsingContext>?Contexts,IEnumerable<Browser.UserContext>?UserContexts):Parameters;
30
30
@@ -34,3 +34,5 @@ public sealed class SetScriptingEnabledOptions : CommandOptions
internal sealed record SetTimezoneOverrideParameters([property:JsonIgnore(Condition=JsonIgnoreCondition.Never)]string?Timezone,IEnumerable<BrowsingContext.BrowsingContext>?Contexts,IEnumerable<Browser.UserContext>?UserContexts):Parameters;
30
30
@@ -34,3 +34,5 @@ public sealed class SetTimezoneOverrideOptions : CommandOptions
internal sealed record SetUserAgentOverrideParameters([property:JsonIgnore(Condition=JsonIgnoreCondition.Never)]string?UserAgent,IEnumerable<BrowsingContext.BrowsingContext>?Contexts,IEnumerable<Browser.UserContext>?UserContexts):Parameters;
30
30
@@ -34,3 +34,5 @@ public sealed class SetUserAgentOverrideOptions : CommandOptions
0 commit comments