Table of Contents

Class SetCookieControlsCommandSettings

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

Sets Controls for third-party cookie access Page reload is required before the new cookie behavior will be observed

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

Whether 3pc heuristics exceptions should be enabled; false by default.

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

Property Value

bool

DisableThirdPartyCookieMetadata

Whether 3pc grace period exception should be enabled; false by default.

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

Property Value

bool

EnableThirdPartyCookieRestriction

Whether 3pc restriction is enabled.

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

Property Value

bool