Table of Contents

Class RemoveVirtualAuthenticatorCommandSettings

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

RemoveVirtualAuthenticator

public sealed class RemoveVirtualAuthenticatorCommandSettings : ICommand
Inheritance
RemoveVirtualAuthenticatorCommandSettings
Implements
Inherited Members

Properties

AuthenticatorId

Gets or sets the authenticatorId

[JsonPropertyName("authenticatorId")]
public string AuthenticatorId { get; set; }

Property Value

string

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string