Take a screenshot of the current page and saves it as the given filename.

Usage

Example

 this.demoTest = function (browser) {
   browser.saveScreenshot('/path/to/fileName.png');
 };

Parameters

Name Type description
fileName string

The complete path to the file name where the screenshot should be saved.

callback
Optional
function

Optional callback function to be called when the command finishes.

See also