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 af1201d commit 0235a65Copy full SHA for 0235a65
dotnet/src/webdriver/BiDi/Communication/Json/BiDiJsonSerializerContext.cs
@@ -75,7 +75,7 @@ namespace OpenQA.Selenium.BiDi.Communication.Json;
75
[JsonSerializable(typeof(Message))]
76
77
[JsonSerializable(typeof(Modules.Session.StatusCommand))]
78
-[JsonSerializable(typeof(Modules.Session.StatusResult))]
+[JsonSerializable(typeof(MessageSuccess<Modules.Session.StatusResult>))]
79
[JsonSerializable(typeof(Modules.Session.NewCommand))]
80
[JsonSerializable(typeof(Modules.Session.NewResult))]
81
[JsonSerializable(typeof(Modules.Session.EndCommand))]
0 commit comments