Table of Contents

Class OpenUrlCommandSettings

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

OpenUrl

public sealed class OpenUrlCommandSettings : ICommand
Inheritance
OpenUrlCommandSettings
Implements
Inherited Members

Properties

AccountIndex

Gets or sets the accountIndex

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

Property Value

long

AccountUrlType

Gets or sets the accountUrlType

[JsonPropertyName("accountUrlType")]
public AccountUrlType AccountUrlType { get; set; }

Property Value

AccountUrlType

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