Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Class AddVirtualAuthenticatorCommandSettings

Namespace
OpenQA.Selenium.DevTools.V136.WebAuthn
Assembly
WebDriver.dll

AddVirtualAuthenticator

public sealed class AddVirtualAuthenticatorCommandSettings : ICommand
Inheritance
AddVirtualAuthenticatorCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Options

Gets or sets the options

[JsonPropertyName("options")]
public VirtualAuthenticatorOptions Options { get; set; }

Property Value

VirtualAuthenticatorOptions