addPrivacySandboxCoordinatorKeyConfig

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.


suspend fun addPrivacySandboxCoordinatorKeyConfig(api: Browser.PrivacySandboxAPI, coordinatorOrigin: String, keyConfig: String, browserContextId: String? = null)

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.

Parameters

api

No description

coordinatorOrigin

No description

keyConfig

No description

browserContextId

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