A plugin π for Nemo automation framework that provides handy utilities for browser automation.
npm install nemo-util -Dor
yarn add nemo-util --devAdd nemo-util plugin under plugins section of your config/config.json or nemo.config.js file.
"plugins": {
"util": {
"module": "nemo-util"
}
}View the list of methods provided π here.
Found issues? please report here.