imacros-pause

1.1.2 • Public • Published

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

Package Sidebar

Install

npm i imacros-pause

Weekly Downloads

1

Version

1.1.2

License

MIT

Last publish

Collaborators

  • cyxou