Methods

Chrome DevTools

Browser.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.

Parameters

coordinatorOrigin
string
keyConfig
string
browserContextId
Optional
BrowserContextID

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


Chrome DevTools

Browser.addPrivacySandboxEnrollmentOverride #

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

Parameters

url
string

Chrome DevTools

Browser.close #

Close browser gracefully.


Chrome DevTools

Browser.getVersion #

Returns version information.

Return object

protocolVersion
string

Protocol version.

product
string

Product name.

revision
string

Product revision.

userAgent
string

User-Agent.

jsVersion
string

V8 version.


Chrome DevTools

Browser.resetPermissions #

Reset all permission management for all origins.

Parameters

browserContextId
Optional
BrowserContextID

BrowserContext to reset permissions. When omitted, default browser context is used.