Table of Contents

Class SelectAccountCommandSettings

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

SelectAccount

public sealed class SelectAccountCommandSettings : ICommand
Inheritance
SelectAccountCommandSettings
Implements
Inherited Members

Properties

AccountIndex

Gets or sets the accountIndex

[JsonPropertyName("accountIndex")]
public long AccountIndex { get; set; }

Property Value

long

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

DialogId

Gets or sets the dialogId

[JsonPropertyName("dialogId")]
public string DialogId { get; set; }

Property Value

string