0.0.1 • Published 10 years ago
webdriver-fullpagescreenshot v0.0.1
Webdriver Full Page Screenshot
Take a full page screenshot with any selenium driver using WebdriverIO.
Installation
npm install --save webdriver-fullpagescreenshotRegistering 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 install0.0.1
10 years ago