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 5050151 commit 61e45afCopy full SHA for 61e45af
dotnet/src/webdriver/Command.cs
@@ -141,12 +141,14 @@ internal class SerializableCommand
141
}
142
143
[JsonSerializable(typeof(SerializableCommand))]
144
+ [JsonSerializable(typeof(Cookie))]
145
146
[JsonSerializable(typeof(IList<object>))]
147
[JsonSerializable(typeof(System.Collections.ObjectModel.ReadOnlyCollection<string>))]
148
[JsonSerializable(typeof(bool))]
149
[JsonSerializable(typeof(long))]
150
[JsonSerializable(typeof(int))]
151
+ [JsonSerializable(typeof(double))]
152
[JsonSerializable(typeof(char[]))]
153
internal partial class CommandSerializerContext : JsonSerializerContext
154
{
0 commit comments