Table of Contents

Class DeleteCookieCommandSettings

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

Deletes browser cookie with given name, domain and path.

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

Name of the cookie to remove.

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

Property Value

string

Url

URL to match cooke domain and path.

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

Property Value

string