Table of Contents

Class AddPrivacySandboxCoordinatorKeyConfigCommandSettings

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

Configures encryption keys used with a given privacy sandbox API to talk to a trusted coordinator. Since this is intended for test automation only, coordinatorOrigin must be a .test domain. No existing coordinator configuration for the origin may exist.

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

BrowserContext to perform the action in. When omitted, default browser context is used.

[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