alertAccept
Accepts the currently displayed alert dialog. Usually, this is equivalent to clicking on the ‘OK’ button in the dialog.
Usage
1 | client.alertAccept().then(callback); |
Parameters
Param | Type | Details |
---|---|---|
Example
1 | // accept a dialog box if is opened |