We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e4b6e commit bf26249Copy full SHA for bf26249
dotnet/src/webdriver/BiDi/Communication/Json/BiDiJsonSerializerContext.cs
@@ -111,9 +111,10 @@ namespace OpenQA.Selenium.BiDi.Communication.Json;
111
[JsonSerializable(typeof(BrowsingContext.SetViewportCommand))]
112
[JsonSerializable(typeof(BrowsingContext.TraverseHistoryCommand))]
113
[JsonSerializable(typeof(BrowsingContext.TraverseHistoryResult))]
114
+
115
[JsonSerializable(typeof(BrowsingContext.BrowsingContextInfo))]
116
+[JsonSerializable(typeof(BrowsingContext.HistoryUpdatedEventArgs))]
117
[JsonSerializable(typeof(BrowsingContext.NavigationInfo))]
-
118
[JsonSerializable(typeof(BrowsingContext.UserPromptOpenedEventArgs))]
119
[JsonSerializable(typeof(BrowsingContext.UserPromptClosedEventArgs))]
120
0 commit comments