Table of Contents

Class GetCookiesCommandSettings

Namespace
OpenQA.Selenium.DevTools.V131.Network
Assembly
WebDriver.dll

GetCookies

public sealed class GetCookiesCommandSettings : ICommand
Inheritance
GetCookiesCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Urls

Gets or sets the urls

[JsonPropertyName("urls")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string[] Urls { get; set; }

Property Value

string[]