nemo-util

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

Usage no npm install needed!

<script type="module">
  import nemoUtil from 'https://cdn.skypack.dev/nemo-util';
</script>

README

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.