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 745990b commit c78c3f6Copy full SHA for c78c3f6
dotnet/src/webdriver/BiDi/Communication/Json/BiDiSerializerContext.cs
@@ -84,6 +84,7 @@ namespace OpenQA.Selenium.BiDi.Communication.Json;
84
[JsonSerializable(typeof(Modules.Network.ResponseStartedEventArgs))]
85
[JsonSerializable(typeof(Modules.Network.ResponseCompletedEventArgs))]
86
[JsonSerializable(typeof(Modules.Network.FetchErrorEventArgs))]
87
+[JsonSerializable(typeof(Modules.Network.AuthRequiredEventArgs))]
88
89
[JsonSerializable(typeof(Modules.Script.Channel), TypeInfoPropertyName = "Script_Channel")]
90
[JsonSerializable(typeof(Modules.Script.AddPreloadScriptResult))]
0 commit comments