Skip to content

Node.js Desktop Automation Flows Recorder & Runner.

License

Notifications You must be signed in to change notification settings

zy445566/robot-action

Repository files navigation

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

Releases

No releases published

Packages

No packages published