imacros-pause

A JavaCript alternative to iMacros' WAIT SECONDS function


Keywords
imacros, wait, seconds, pause
License
MIT
Install
npm install imacros-pause@1.0.0

Documentation

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);