Skip to content

Commit 8aee746

Browse files
authoredOct 31, 2024··
[dotnet] Fix adding cookies when ReturnedCookie class is used (#14697)
1 parent 9c9d99a commit 8aee746

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎dotnet/src/webdriver/Command.cs

+1
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ private static Dictionary<string, object> ConvertParametersFromJson(string value
159159
[JsonSerializable(typeof(byte[]))]
160160
[JsonSerializable(typeof(Dictionary<string, object>))]
161161
[JsonSerializable(typeof(Cookie))]
162+
[JsonSerializable(typeof(ReturnedCookie))]
162163
[JsonSerializable(typeof(Proxy))]
163164
internal partial class CommandJsonSerializerContext : JsonSerializerContext
164165
{

0 commit comments

Comments
 (0)
Please sign in to comment.