Skip to content

Commit 5050151

Browse files
committed
char[]
1 parent 85c3989 commit 5050151

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dotnet/src/webdriver/Command.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ internal class SerializableCommand
147147
[JsonSerializable(typeof(bool))]
148148
[JsonSerializable(typeof(long))]
149149
[JsonSerializable(typeof(int))]
150+
[JsonSerializable(typeof(char[]))]
150151
internal partial class CommandSerializerContext : JsonSerializerContext
151152
{
152153

0 commit comments

Comments
 (0)