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 8e9a755 commit 85c3989Copy full SHA for 85c3989
dotnet/src/webdriver/Command.cs
@@ -144,6 +144,7 @@ internal class SerializableCommand
144
145
[JsonSerializable(typeof(IList<object>))]
146
[JsonSerializable(typeof(System.Collections.ObjectModel.ReadOnlyCollection<string>))]
147
+ [JsonSerializable(typeof(bool))]
148
[JsonSerializable(typeof(long))]
149
[JsonSerializable(typeof(int))]
150
internal partial class CommandSerializerContext : JsonSerializerContext
0 commit comments