robot-action
v1.0.5
Published
Node.js Desktop Automation Flows Recorder & Runner
Downloads
8
Maintainers
Readme
robot-action
Node.js Desktop Automation Flows Runner.
Power by robotjs,uiohook-napi.
install
npm i robot-action -g
about gyp install,you may see this
exmaple
Record action flows (default output:./action-flows.json)
robot-action record
action-flows.json like:
{
"action": [
{
"command": "moveMouse",
"args": [254, 33]
},
{
"command": "mouseClick",
"args": ["right"]
},
{
"command": "typeString",
"args": ["hello world\n"]
}
]
}
Run action flows (default iutput:./action-flows.json)
robot-action run