Table of Contents

Class DialogType

Namespace
Microsoft.Playwright
Assembly
Microsoft.Playwright.dll

Dialog type.

public static class DialogType
Inheritance
DialogType
Inherited Members

Fields

Alert

Alert dialog.

public const string Alert = "alert"

Field Value

string
See Also

BeforeUnload

Before unload dialog.

public const string BeforeUnload = "beforeunload"

Field Value

string
See Also

Confirm

Confirm dialog.

public const string Confirm = "confirm"

Field Value

string
See Also

Prompt

Prompt dialog.

public const string Prompt = "prompt"

Field Value

string
See Also

See Also