Table of Contents

Class HandleJavaScriptDialogCommandSettings

Namespace
OpenQA.Selenium.DevTools.V132.Page
Assembly
WebDriver.dll

HandleJavaScriptDialog

public sealed class HandleJavaScriptDialogCommandSettings : ICommand
Inheritance
HandleJavaScriptDialogCommandSettings
Implements
Inherited Members

Properties

Accept

Gets or sets the accept

[JsonPropertyName("accept")]
public bool Accept { get; set; }

Property Value

bool

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

PromptText

Gets or sets the promptText

[JsonPropertyName("promptText")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string PromptText { get; set; }

Property Value

string