Skip to content

Commit

Permalink
[dotnet] Fix adding cookies when ReturnedCookie class is used (#14697)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvborisenko authored Oct 31, 2024
1 parent 9c9d99a commit 8aee746
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dotnet/src/webdriver/Command.cs
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ private static Dictionary<string, object> ConvertParametersFromJson(string value
[JsonSerializable(typeof(byte[]))]
[JsonSerializable(typeof(Dictionary<string, object>))]
[JsonSerializable(typeof(Cookie))]
[JsonSerializable(typeof(ReturnedCookie))]
[JsonSerializable(typeof(Proxy))]
internal partial class CommandJsonSerializerContext : JsonSerializerContext
{
Expand Down

0 comments on commit 8aee746

Please sign in to comment.