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 c66ec8e commit ae2caf2Copy full SHA for ae2caf2
dotnet/src/webdriver/BiDi/Communication/Json/BiDiJsonSerializerContext.cs
@@ -62,6 +62,7 @@ namespace OpenQA.Selenium.BiDi.Communication.Json;
62
[JsonSerializable(typeof(Modules.Script.AudioWorkletRealmInfo))]
63
[JsonSerializable(typeof(Modules.Script.WorkletRealmInfo))]
64
65
+[JsonSerializable(typeof(Modules.Log.GenericLogEntry))]
66
[JsonSerializable(typeof(Modules.Log.ConsoleLogEntry))]
67
[JsonSerializable(typeof(Modules.Log.JavascriptLogEntry))]
68
#endregion
0 commit comments