Catch the JavaScript exceptions thrown in the browser.

captureBrowserExceptions() is only available when using Chrome or Edge drivers.

Usage

.captureBrowserExceptions(callback)

Parameters

Name Type description
callback function

Callback function to be called when a new exception has taken place.

Example

Or run locally with:

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

Recommended content