Skip to content

Commit 0235a65

Browse files
committed
Update BiDiJsonSerializerContext.cs
1 parent af1201d commit 0235a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/webdriver/BiDi/Communication/Json/BiDiJsonSerializerContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ namespace OpenQA.Selenium.BiDi.Communication.Json;
7575
[JsonSerializable(typeof(Message))]
7676

7777
[JsonSerializable(typeof(Modules.Session.StatusCommand))]
78-
[JsonSerializable(typeof(Modules.Session.StatusResult))]
78+
[JsonSerializable(typeof(MessageSuccess<Modules.Session.StatusResult>))]
7979
[JsonSerializable(typeof(Modules.Session.NewCommand))]
8080
[JsonSerializable(typeof(Modules.Session.NewResult))]
8181
[JsonSerializable(typeof(Modules.Session.EndCommand))]

0 commit comments

Comments
 (0)