Delete all cookies visible to the current page.

Usage

.deleteCookies([callback])

Example

Or run locally with:
git clone https://github.com/nightwatchjs/nightwatch-examples.git
cd nightwatch-examples
npm install
npx nightwatch tests/api/deleteCookies.js

Parameters

Name Type description
callback
Optional
function

Optional callback function to be called when the command finishes.

See also