Skip to content

Commit 8d45068

Browse files
committed
decimal
1 parent 3d9763b commit 8d45068

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
@@ -145,6 +145,7 @@ private static Dictionary<string, object> ConvertParametersFromJson(string value
145145
[JsonSerializable(typeof(long))]
146146
[JsonSerializable(typeof(float))]
147147
[JsonSerializable(typeof(double))]
148+
[JsonSerializable(typeof(decimal))]
148149
[JsonSerializable(typeof(Cookie))]
149150
[JsonSerializable(typeof(Proxy))]
150151
internal partial class CommandSerializerContext : JsonSerializerContext

0 commit comments

Comments
 (0)