Table of Contents

Enum DialogType

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

Dialog type.

public enum DialogType

Fields

Alert = 0

Alert dialog.

[EnumMember(Value = "beforeunload")] BeforeUnload = 3

Before unload dialog.

Confirm = 2

Confirm dialog.

Prompt = 1

Prompt dialog.

See Also