Table of Contents

Class DialogShownEventArgs

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

DialogShown

public sealed class DialogShownEventArgs : EventArgs
Inheritance
DialogShownEventArgs
Inherited Members

Properties

Accounts

Gets or sets the accounts

[JsonPropertyName("accounts")]
public Account[] Accounts { get; set; }

Property Value

Account[]

DialogId

Gets or sets the dialogId

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

Property Value

string

DialogType

Gets or sets the dialogType

[JsonPropertyName("dialogType")]
public DialogType DialogType { get; set; }

Property Value

DialogType

Subtitle

Gets or sets the subtitle

[JsonPropertyName("subtitle")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Subtitle { get; set; }

Property Value

string

Title

Gets or sets the title

[JsonPropertyName("title")]
public string Title { get; set; }

Property Value

string