Table of Contents

Class UserPromptClosedEventArgs

Namespace
OpenQA.Selenium.BiDi.BrowsingContext
Assembly
Selenium.WebDriver.dll
public sealed record UserPromptClosedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<UserPromptClosedEventArgs>
Inheritance
UserPromptClosedEventArgs
Implements
Inherited Members

Constructors

UserPromptClosedEventArgs(IBiDi, BrowsingContext, bool, UserPromptType, UserContext?, string?)

public UserPromptClosedEventArgs(IBiDi BiDi, BrowsingContext Context, bool Accepted, UserPromptType Type, UserContext? UserContext, string? UserText)

Parameters

BiDi IBiDi
Context BrowsingContext
Accepted bool
Type UserPromptType
UserContext UserContext
UserText string

Properties

Accepted

public bool Accepted { get; init; }

Property Value

bool

Context

public BrowsingContext Context { get; init; }

Property Value

BrowsingContext

Type

public UserPromptType Type { get; init; }

Property Value

UserPromptType

UserContext

public UserContext? UserContext { get; init; }

Property Value

UserContext

UserText

public string? UserText { get; init; }

Property Value

string