@@ -151,7 +151,6 @@ private static Dictionary<string, object> ConvertParametersFromJson(string value
151151 [ JsonSerializable ( typeof ( ulong ) ) ]
152152 [ JsonSerializable ( typeof ( short ) ) ]
153153 [ JsonSerializable ( typeof ( ushort ) ) ]
154-
155154 [ JsonSerializable ( typeof ( string ) ) ]
156155
157156 // Selenium WebDriver types
@@ -164,7 +163,6 @@ private static Dictionary<string, object> ConvertParametersFromJson(string value
164163
165164 // Selenium Dictionaries, primarily used in Capabilities
166165 [ JsonSerializable ( typeof ( Dictionary < string , object > ) ) ]
167-
168166 [ JsonSerializable ( typeof ( Dictionary < string , bool > ) ) ]
169167 [ JsonSerializable ( typeof ( Dictionary < string , byte > ) ) ]
170168 [ JsonSerializable ( typeof ( Dictionary < string , sbyte > ) ) ]
@@ -180,5 +178,6 @@ private static Dictionary<string, object> ConvertParametersFromJson(string value
180178 [ JsonSerializable ( typeof ( Dictionary < string , ulong > ) ) ]
181179 [ JsonSerializable ( typeof ( Dictionary < string , short > ) ) ]
182180 [ JsonSerializable ( typeof ( Dictionary < string , ushort > ) ) ]
181+ [ JsonSerializable ( typeof ( Dictionary < string , string > ) ) ]
183182 internal partial class CommandJsonSerializerContext : JsonSerializerContext ;
184183}
0 commit comments