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
BiDiIBiDiContextBrowsingContextAcceptedboolTypeUserPromptTypeUserContextUserContextUserTextstring
Properties
Accepted
public bool Accepted { get; init; }
Property Value
Context
public BrowsingContext Context { get; init; }
Property Value
Type
public UserPromptType Type { get; init; }
Property Value
UserContext
public UserContext? UserContext { get; init; }
Property Value
UserText
public string? UserText { get; init; }