Class CookieFilter
- Namespace
- OpenQA.Selenium.BiDi.Storage
- Assembly
- Selenium.WebDriver.dll
public sealed record CookieFilter : IEquatable<CookieFilter>
- Inheritance
-
CookieFilter
- Implements
-
- Inherited Members
-
Properties
Domain
public string? Domain { get; init; }
Property Value
- string
Expiry
[JsonConverter(typeof(DateTimeOffsetConverter))]
public DateTimeOffset? Expiry { get; init; }
Property Value
- DateTimeOffset?
HttpOnly
public bool? HttpOnly { get; init; }
Property Value
- bool?
Name
public string? Name { get; init; }
Property Value
- string
Path
public string? Path { get; init; }
Property Value
- string
SameSite
public SameSite? SameSite { get; init; }
Property Value
- SameSite?
Secure
public bool? Secure { get; init; }
Property Value
- bool?
Size
public long? Size { get; init; }
Property Value
- long?
Value
public BytesValue? Value { get; init; }
Property Value
- BytesValue