Table of Contents

Class UserPromptHandler.Uniform

Namespace
OpenQA.Selenium
Assembly
Selenium.WebDriver.dll

Represents a user prompt handler that applies a single UnhandledPromptBehavior value as the fallback default for all prompt types.

public sealed record UserPromptHandler.Uniform : UserPromptHandler, IEquatable<UserPromptHandler>, IEquatable<UserPromptHandler.Uniform>
Inheritance
UserPromptHandler.Uniform
Implements
Inherited Members

Constructors

Uniform(UnhandledPromptBehavior)

Represents a user prompt handler that applies a single UnhandledPromptBehavior value as the fallback default for all prompt types.

public Uniform(UnhandledPromptBehavior Value)

Parameters

Value UnhandledPromptBehavior

The unhandled prompt behavior to apply. Specifies how unexpected browser prompts are handled during automation.

Properties

Value

The unhandled prompt behavior to apply. Specifies how unexpected browser prompts are handled during automation.

public UnhandledPromptBehavior Value { get; init; }

Property Value

UnhandledPromptBehavior