Builder

class Builder(val accept: Boolean)

A builder for HandleJavaScriptDialogRequest, which allows setting the optional parameters of the PageDomain.handleJavaScriptDialog command via a lambda.

Constructors

Link copied to clipboard
constructor(accept: Boolean)

Properties

Link copied to clipboard

Whether to accept or dismiss the dialog.

Link copied to clipboard

The text to enter into the dialog prompt before accepting. Used only if this is a prompt dialog.

Functions

Link copied to clipboard