Table of Contents

Class AddPrivacySandboxEnrollmentOverrideCommandSettings

Namespace
OpenQA.Selenium.DevTools.V146.Browser
Assembly
Selenium.WebDriver.dll

Allows a site to use privacy sandbox features that require enrollment without the site actually being enrolled. Only supported on page targets.

public sealed class AddPrivacySandboxEnrollmentOverrideCommandSettings : ICommand
Inheritance
AddPrivacySandboxEnrollmentOverrideCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Url

Gets or sets the url

[JsonPropertyName("url")]
public string Url { get; set; }

Property Value

string