Table of Contents

Class DigitalCredentialsAdapter

Namespace
OpenQA.Selenium.DevTools.V152.DigitalCredentials
Assembly
Selenium.WebDriver.dll

Represents an adapter for the DigitalCredentials domain to simplify the command interface.

public class DigitalCredentialsAdapter
Inheritance
DigitalCredentialsAdapter
Inherited Members

Constructors

DigitalCredentialsAdapter(IDevToolsSession)

Initializes a new instance of the DigitalCredentialsAdapter class.

public DigitalCredentialsAdapter(IDevToolsSession session)

Parameters

session IDevToolsSession

The IDevToolsSession to be used with this adapter.

Exceptions

ArgumentNullException

If session is null.

Properties

Session

Gets the DevToolsSession associated with the adapter.

public IDevToolsSession Session { get; }

Property Value

IDevToolsSession

Methods

SetVirtualWalletBehavior(SetVirtualWalletBehaviorCommandSettings, CancellationToken, int?, bool)

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

public Task<SetVirtualWalletBehaviorCommandResponse?> SetVirtualWalletBehavior(SetVirtualWalletBehaviorCommandSettings command, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)

Parameters

command SetVirtualWalletBehaviorCommandSettings
cancellationToken CancellationToken
millisecondsTimeout int?
throwExceptionIfResponseNotReceived bool

Returns

Task<SetVirtualWalletBehaviorCommandResponse>