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 4097161 commit aa9d591Copy full SHA for aa9d591
dotnet/src/webdriver/BiDi/Browser/BrowserModule.cs
@@ -85,9 +85,6 @@ protected internal override void Initialize(JsonSerializerOptions options)
85
}
86
87
88
-[JsonSerializable(typeof(Command))]
89
-[JsonSerializable(typeof(EmptyResult))]
90
-
91
[JsonSerializable(typeof(CloseCommand))]
92
[JsonSerializable(typeof(CreateUserContextCommand))]
93
[JsonSerializable(typeof(GetUserContextsCommand))]
0 commit comments