Class UserPromptHandler.Uniform
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
ValueUnhandledPromptBehaviorThe 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; }