Chrome DevTools

DigitalCredentials Domain

This domain allows interacting with the Digital Credentials API for automation.

Experimental

Methods

Types

Methods

Chrome DevTools

DigitalCredentials.setVirtualWalletBehavior #

Sets the behavior of the virtual wallet for digital credential requests issued from this frame.

Parameters

action
VirtualWalletAction

The action of the virtual wallet.

protocol
Optional
string

The protocol identifier (e.g. "openid4vp"). Required when |action| is "respond", forbidden otherwise.

response
Optional
object

The response data object returned by the wallet. Required when |action| is "respond", forbidden otherwise.

frameId
Optional
Page.FrameId

The frame to scope the virtual wallet behavior to.

Types

Chrome DevTools

DigitalCredentials.VirtualWalletAction #

The type of virtual wallet action.

Type: string

Allowed values: respond, decline, wait, clear