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 b3111a1 commit 5d4b111Copy full SHA for 5d4b111
lib/PuppeteerSharp/CookieParam.cs
@@ -39,7 +39,7 @@ public class CookieParam
39
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
40
public string Path { get; set; }
41
/// <summary>
42
- /// Gets or sets the expiration.
+ /// Gets or sets the expiration. Unix time in seconds.
43
/// </summary>
44
/// <value>Expiration.</value>
45
@@ -74,4 +74,4 @@ public class CookieParam
74
75
public SameSite? SameSite { get; set; }
76
}
77
-}
+}
0 commit comments