Table of Contents

Class DeleteCookieCommandSettings

Namespace
OpenQA.Selenium.DevTools.V85.Page
Assembly
WebDriver.dll

DeleteCookie

public sealed class DeleteCookieCommandSettings : ICommand
Inheritance
DeleteCookieCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

CookieName

Gets or sets the cookieName

[JsonPropertyName("cookieName")]
public string CookieName { get; set; }

Property Value

string

Url

Gets or sets the url

[JsonPropertyName("url")]
public string Url { get; set; }

Property Value

string