imacros-pause
v1.1.2
Published
A JavaCript alternative to iMacros' WAIT SECONDS function
Downloads
12
Readme
imacros-pause
A JavaScript alternative to iMacros WAIT SECONDS function.
Designed to work with Browserify.
All credits go to Alexander Akhmetkhanov
Installation
npm install imacros-pause --save
Usage
var pause = require('imacros-pause');
// pause for 5 seconds
pause(5);