Table of Contents

Class DialogShownEventArgs

Namespace
Selenium.WebDriver.BiDi.Cdp.FedCm
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record DialogShownEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<DialogShownEventArgs>
Inheritance
EventArgs
DialogShownEventArgs
Implements
IEquatable<EventArgs>
Inherited Members
EventArgs.ToString()
EventArgs.GetHashCode()
EventArgs.Equals(EventArgs)
EventArgs.<Clone>$()
EventArgs.BiDi
EventArgs.AdditionalData
EventArgs.AdditionalMessageData

Constructors

DialogShownEventArgs(string, DialogType, ImmutableArray<Account>, string, string?)

public DialogShownEventArgs(string DialogId, DialogType DialogType, ImmutableArray<Account> Accounts, string Title, string? Subtitle = null)

Parameters

DialogId string
DialogType DialogType
Accounts ImmutableArray<Account>
Title string

These exist primarily so that the caller can verify the RP context was used appropriately.

Subtitle string

Properties

Accounts

public ImmutableArray<Account> Accounts { get; init; }

Property Value

ImmutableArray<Account>

DialogId

public string DialogId { get; init; }

Property Value

string

DialogType

public DialogType DialogType { get; init; }

Property Value

DialogType

Subtitle

public string? Subtitle { get; init; }

Property Value

string

Title

These exist primarily so that the caller can verify the RP context was used appropriately.

public string Title { get; init; }

Property Value

string