Table of Contents

Class SetCookiesCommandSettings

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

SetCookies

public sealed class SetCookiesCommandSettings : ICommand
Inheritance
SetCookiesCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Cookies

Gets or sets the cookies

[JsonPropertyName("cookies")]
public CookieParam[] Cookies { get; set; }

Property Value

CookieParam[]