1.0.2 • Published 5 years ago

nemo-util v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

nemo-util

A plugin 🔌 for Nemo automation framework that provides handy utilities for browser automation.

Installation
npm install nemo-util -D

or

yarn add nemo-util --dev
Configuration

Add nemo-util plugin under plugins section of your config/config.json or nemo.config.js file.

    	"plugins": {
		    "util": {
		        "module": "nemo-util"
		     }
		 }
Utils

View the list of methods provided 👉 here.

Found issues? please report here.