UNPKG

nbr-keyb-mouse

Version:

Synthesizes key strokes, mouse motion and button clicks.

24 lines (17 loc) 499 B
# NodeBot - Keyboard and Mouse Automation NodeBot allows you to synthesize keyboard and mouse actions. ## Install Run the following command in your Node-RED user directory ``` npm install nbr-keyb-mouse ``` If you didnt install ws before, you must install ws also. ``` npm install ws ``` ## Usage [Keyboard and Mouse Nodes](https://github.com/nodebotrpa/editor/wiki/Keyboard-And-Mouse) ## Getting Help For further help, please contact to NodeBotRpa@gmail.com ## License Apache 2.0 license