Table of Contents

Class ClickDialogButtonCommandSettings

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

ClickDialogButton

public sealed class ClickDialogButtonCommandSettings : ICommand
Inheritance
ClickDialogButtonCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

DialogButton

Gets or sets the dialogButton

[JsonPropertyName("dialogButton")]
public DialogButton DialogButton { get; set; }

Property Value

DialogButton

DialogId

Gets or sets the dialogId

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

Property Value

string