You can use Node-red flow editor to automate processes with NodeBot RPA
- Download Node.js and install it
- Install Node-Red
npm install -g --unsafe-perm node-red
- Run Node-Red and install NodeBot RPA nodes from manage palette menu
If you want to install manually follow the below steps
- Start command line as administrator
- Install ws if you didnt install before
cd <node-red location>
npm install ws
- Run below command for every automation module
cd <node-red location>
npm install <nodebot module>
- Start Node-red
node-red
You can access the editor by your browser at http://localhost:1880
- Run NodeBot Worker