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
- See Also
BeforeUnload
Before unload dialog.
public const string BeforeUnload = "beforeunload"
Field Value
- See Also
Confirm
Confirm dialog.
public const string Confirm = "confirm"
Field Value
- See Also
Prompt
Prompt dialog.
public const string Prompt = "prompt"
Field Value
- See Also