Table of Contents

Class UserPromptClosedEventArgs

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

Constructors

UserPromptClosedEventArgs(BrowsingContext, bool, string?)

public UserPromptClosedEventArgs(BrowsingContext Context, bool Accepted, string? UserText)

Parameters

Context BrowsingContext
Accepted bool
UserText string

Properties

Accepted

public bool Accepted { get; init; }

Property Value

bool

Context

public BrowsingContext Context { get; init; }

Property Value

BrowsingContext

UserText

public string? UserText { get; init; }

Property Value

string