Skip to content

Commit 8e9a755

Browse files
committed
Long in command
1 parent a076702 commit 8e9a755

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dotnet/src/webdriver/Command.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ internal class SerializableCommand
144144

145145
[JsonSerializable(typeof(IList<object>))]
146146
[JsonSerializable(typeof(System.Collections.ObjectModel.ReadOnlyCollection<string>))]
147+
[JsonSerializable(typeof(long))]
148+
[JsonSerializable(typeof(int))]
147149
internal partial class CommandSerializerContext : JsonSerializerContext
148150
{
149151

0 commit comments

Comments
 (0)