Table of Contents

Class GetCredentialsCommandSettings

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

Returns all the credentials stored in the given virtual authenticator.

public sealed class GetCredentialsCommandSettings : ICommand
Inheritance
GetCredentialsCommandSettings
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