0.0.1 • Published 8 years ago

webdriver-fullpagescreenshot v0.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
8 years ago

Webdriver Full Page Screenshot

Take a full page screenshot with any selenium driver using WebdriverIO.

Installation

npm install --save webdriver-fullpagescreenshot

Registering the command:

var saveFullPageScreenshot = require('saveFullPageScreenshot');
client.addCommand(saveFullPageScreenshot.name, saveFullPageScreenshot.command);

Developing

npm install
npm install -g webdriverio
npm install -g selenium-standalone

selenium-standalone install