Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Class SetDocumentCookieDisabledCommandSettings

Namespace
OpenQA.Selenium.DevTools.V137.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