Table of Contents

Class UserPromptClosedEventArgs

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

Constructors

UserPromptClosedEventArgs(BiDi, BrowsingContext, bool)

public UserPromptClosedEventArgs(BiDi BiDi, BrowsingContext Context, bool Accepted)

Parameters

BiDi BiDi
Context BrowsingContext
Accepted bool

Properties

Accepted

public bool Accepted { get; init; }

Property Value

bool

UserText

[JsonInclude]
public string? UserText { get; }

Property Value

string