Table of Contents

Class UserPromptHandler

Namespace
OpenQA.Selenium.BiDi.Session
Assembly
Selenium.WebDriver.dll
public sealed record UserPromptHandler : IEquatable<UserPromptHandler>
Inheritance
UserPromptHandler
Implements
Inherited Members

Properties

Alert

public UserPromptHandlerType? Alert { get; init; }

Property Value

UserPromptHandlerType?

BeforeUnload

public UserPromptHandlerType? BeforeUnload { get; init; }

Property Value

UserPromptHandlerType?

Confirm

public UserPromptHandlerType? Confirm { get; init; }

Property Value

UserPromptHandlerType?

Default

public UserPromptHandlerType? Default { get; init; }

Property Value

UserPromptHandlerType?

File

public UserPromptHandlerType? File { get; init; }

Property Value

UserPromptHandlerType?

Prompt

public UserPromptHandlerType? Prompt { get; init; }

Property Value

UserPromptHandlerType?