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

Class AddPrivacySandboxCoordinatorKeyConfigCommandSettings

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

AddPrivacySandboxCoordinatorKeyConfig

public sealed class AddPrivacySandboxCoordinatorKeyConfigCommandSettings : ICommand
Inheritance
AddPrivacySandboxCoordinatorKeyConfigCommandSettings
Implements
Inherited Members

Properties

Api

Gets or sets the api

[JsonPropertyName("api")]
public PrivacySandboxAPI Api { get; set; }

Property Value

PrivacySandboxAPI

BrowserContextId

Gets or sets the browserContextId

[JsonPropertyName("browserContextId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? BrowserContextId { get; set; }

Property Value

string

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

CoordinatorOrigin

Gets or sets the coordinatorOrigin

[JsonPropertyName("coordinatorOrigin")]
public string CoordinatorOrigin { get; set; }

Property Value

string

KeyConfig

Gets or sets the keyConfig

[JsonPropertyName("keyConfig")]
public string KeyConfig { get; set; }

Property Value

string