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