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
sessionIDevToolsSessionThe IDevToolsSession to be used with this adapter.
Exceptions
- ArgumentNullException
If
sessionis null.
Properties
Session
Gets the DevToolsSession associated with the adapter.
public IDevToolsSession Session { get; }
Property Value
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
commandSetVirtualWalletBehaviorCommandSettingscancellationTokenCancellationTokenmillisecondsTimeoutint?throwExceptionIfResponseNotReceivedbool