Accepts the currently displayed alert dialog. Usually, this is equivalent to clicking on the 'OK' button in the dialog.

Usage

Parameters

Name Type description
callback
Optional
function

Optional callback function to be called when the command finishes.

Example

Or run locally with:

git clone https://github.com/pineviewlabs/nightwatch-examples.git
cd nightwatch-examples
npm install
npx nightwatch tests/api/acceptAlert.js --env chrome

W3C WebDriver spec