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 bd98e60 commit 76183ebCopy full SHA for 76183eb
dotnet/src/webdriver/BiDi/Communication/Json/BiDiJsonSerializerContext.cs
@@ -140,7 +140,6 @@ namespace OpenQA.Selenium.BiDi.Communication.Json;
140
[JsonSerializable(typeof(Modules.Network.FetchErrorEventArgs))]
141
[JsonSerializable(typeof(Modules.Network.AuthRequiredEventArgs))]
142
143
-[JsonSerializable(typeof(Modules.Script.ChannelLocalValue), TypeInfoPropertyName = "Script_ChannelLocalValue")]
144
[JsonSerializable(typeof(Modules.Script.Target.Realm), TypeInfoPropertyName = "Script_Target_Realm")]
145
[JsonSerializable(typeof(Modules.Script.Target.Context), TypeInfoPropertyName = "Script_Target_Context")]
146
0 commit comments