Table of Contents

Class SetCookieControlsCommandSettings

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

SetCookieControls

public sealed class SetCookieControlsCommandSettings : ICommand
Inheritance
SetCookieControlsCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

DisableThirdPartyCookieHeuristics

Gets or sets the disableThirdPartyCookieHeuristics

[JsonPropertyName("disableThirdPartyCookieHeuristics")]
public bool DisableThirdPartyCookieHeuristics { get; set; }

Property Value

bool

DisableThirdPartyCookieMetadata

Gets or sets the disableThirdPartyCookieMetadata

[JsonPropertyName("disableThirdPartyCookieMetadata")]
public bool DisableThirdPartyCookieMetadata { get; set; }

Property Value

bool

EnableThirdPartyCookieRestriction

Gets or sets the enableThirdPartyCookieRestriction

[JsonPropertyName("enableThirdPartyCookieRestriction")]
public bool EnableThirdPartyCookieRestriction { get; set; }

Property Value

bool