Skip to content

Commit 3d9763b

Browse files
committed
ulong
1 parent 05d8829 commit 3d9763b

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
@@ -141,6 +141,7 @@ private static Dictionary<string, object> ConvertParametersFromJson(string value
141141
[JsonSerializable(typeof(string))]
142142
[JsonSerializable(typeof(uint))]
143143
[JsonSerializable(typeof(int))]
144+
[JsonSerializable(typeof(ulong))]
144145
[JsonSerializable(typeof(long))]
145146
[JsonSerializable(typeof(float))]
146147
[JsonSerializable(typeof(double))]

0 commit comments

Comments
 (0)