Class UserPromptHandler
- Namespace
- OpenQA.Selenium.BiDi.Modules.Session
- Assembly
- WebDriver.dll
public record UserPromptHandler : IEquatable<UserPromptHandler>
- Inheritance
-
UserPromptHandler
- Implements
-
- Inherited Members
-
Properties
Alert
public UserPromptHandlerType? Alert { get; set; }
Property Value
- UserPromptHandlerType?
BeforeUnload
public UserPromptHandlerType? BeforeUnload { get; set; }
Property Value
- UserPromptHandlerType?
Confirm
public UserPromptHandlerType? Confirm { get; set; }
Property Value
- UserPromptHandlerType?
Default
public UserPromptHandlerType? Default { get; set; }
Property Value
- UserPromptHandlerType?
File
public UserPromptHandlerType? File { get; set; }
Property Value
- UserPromptHandlerType?
Prompt
public UserPromptHandlerType? Prompt { get; set; }
Property Value
- UserPromptHandlerType?