UnexpectedAlertOpenError

A modal dialog was open, blocking this operation.

Constructor

new UnexpectedAlertOpenError(opt_erroropt, opt_textopt)

Parameters:
NameTypeAttributesDescription
opt_errorstring<optional>

the error message, if any.

opt_textstring<optional>

the text of the open dialog, if available.

Methods

getAlertText() → {string|undefined}

Returns:

The text displayed with the unhandled alert, if available.

Type: 
string | undefined