Skip to content

Commit 01b62a6

Browse files
committed
Add uint
1 parent 419e833 commit 01b62a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dotnet/src/webdriver/Command.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,9 @@ internal class SerializableCommand
140140
[JsonSerializable(typeof(IList<object>))]
141141
[JsonSerializable(typeof(System.Collections.ObjectModel.ReadOnlyCollection<string>))]
142142
[JsonSerializable(typeof(bool))]
143-
[JsonSerializable(typeof(long))]
143+
[JsonSerializable(typeof(uint))]
144144
[JsonSerializable(typeof(int))]
145+
[JsonSerializable(typeof(long))]
145146
[JsonSerializable(typeof(float))]
146147
[JsonSerializable(typeof(double))]
147148
[JsonSerializable(typeof(char[]))]

0 commit comments

Comments
 (0)