Table of Contents

Class SetUserVerifiedCommandSettings

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

Sets whether User Verification succeeds or fails for an authenticator. The default is true.

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

IsUserVerified

Gets or sets the isUserVerified

[JsonPropertyName("isUserVerified")]
public bool IsUserVerified { get; set; }

Property Value

bool