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 85c3989 commit 5050151Copy full SHA for 5050151
dotnet/src/webdriver/Command.cs
@@ -147,6 +147,7 @@ internal class SerializableCommand
147
[JsonSerializable(typeof(bool))]
148
[JsonSerializable(typeof(long))]
149
[JsonSerializable(typeof(int))]
150
+ [JsonSerializable(typeof(char[]))]
151
internal partial class CommandSerializerContext : JsonSerializerContext
152
{
153
0 commit comments