Class ClearCookiesCommandSettings
Clears cookies.
public sealed class ClearCookiesCommandSettings : ICommand
- Inheritance
-
ClearCookiesCommandSettings
- Implements
- Inherited Members
Properties
BrowserContextId
Browser context to use when called on the browser endpoint.
[JsonPropertyName("browserContextId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? BrowserContextId { get; set; }
Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }