Table of Contents

Class DialogClosedEventArgs

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

Triggered when a dialog is closed, either by user action, JS abort, or a command below.

public sealed class DialogClosedEventArgs : EventArgs
Inheritance
DialogClosedEventArgs
Inherited Members

Properties

DialogId

Gets or sets the dialogId

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

Property Value

string