Table of Contents

Class DismissDialogCommandSettings

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

DismissDialog

public sealed class DismissDialogCommandSettings : ICommand
Inheritance
DismissDialogCommandSettings
Implements
Inherited Members

Properties

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

TriggerCooldown

Gets or sets the triggerCooldown

[JsonPropertyName("triggerCooldown")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? TriggerCooldown { get; set; }

Property Value

bool?