Table of Contents

Class JavascriptDialogOpeningEventArgs

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

JavascriptDialogOpening

public sealed class JavascriptDialogOpeningEventArgs : EventArgs
Inheritance
JavascriptDialogOpeningEventArgs
Inherited Members

Properties

DefaultPrompt

Gets or sets the defaultPrompt

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

Property Value

string

HasBrowserHandler

Gets or sets the hasBrowserHandler

[JsonPropertyName("hasBrowserHandler")]
public bool HasBrowserHandler { get; set; }

Property Value

bool

Message

Gets or sets the message

[JsonPropertyName("message")]
public string Message { get; set; }

Property Value

string

Type

Gets or sets the type

[JsonPropertyName("type")]
public DialogType Type { get; set; }

Property Value

DialogType

Url

Gets or sets the url

[JsonPropertyName("url")]
public string Url { get; set; }

Property Value

string