webdriver-fullpagescreenshot
v0.0.1
Published
Save a full page screenshot with any driver using Webdriver
Downloads
3
Readme
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