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 419e833 commit 01b62a6Copy full SHA for 01b62a6
dotnet/src/webdriver/Command.cs
@@ -140,8 +140,9 @@ internal class SerializableCommand
140
[JsonSerializable(typeof(IList<object>))]
141
[JsonSerializable(typeof(System.Collections.ObjectModel.ReadOnlyCollection<string>))]
142
[JsonSerializable(typeof(bool))]
143
- [JsonSerializable(typeof(long))]
+ [JsonSerializable(typeof(uint))]
144
[JsonSerializable(typeof(int))]
145
+ [JsonSerializable(typeof(long))]
146
[JsonSerializable(typeof(float))]
147
[JsonSerializable(typeof(double))]
148
[JsonSerializable(typeof(char[]))]
0 commit comments