Table of Contents

Class SetDocumentCookieDisabledCommandSettings

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

SetDocumentCookieDisabled

public sealed class SetDocumentCookieDisabledCommandSettings : ICommand
Inheritance
SetDocumentCookieDisabledCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Disabled

Gets or sets the disabled

[JsonPropertyName("disabled")]
public bool Disabled { get; set; }

Property Value

bool