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 411d798 commit 8e1c405Copy full SHA for 8e1c405
dotnet/src/webdriver/Cookie.cs
@@ -183,7 +183,7 @@ public virtual bool IsHttpOnly
183
/// <summary>
184
/// Gets the SameSite setting for the cookie.
185
/// </summary>
186
- [JsonProperty("sameSite")]
+ [JsonProperty("sameSite", NullValueHandling = NullValueHandling.Ignore)]
187
public virtual string SameSite
188
{
189
get { return this.sameSite; }
0 commit comments