Table of Contents

Class AddVirtualAuthenticatorCommandResponse

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

Response for Creates and adds a virtual authenticator.

public sealed class AddVirtualAuthenticatorCommandResponse : ICommandResponse<AddVirtualAuthenticatorCommandSettings>, ICommandResponse
Inheritance
AddVirtualAuthenticatorCommandResponse
Implements
Inherited Members
Extension Methods

Properties

AuthenticatorId

Gets or sets the authenticatorId

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

Property Value

string