1.0.5 • Published 1 year ago

robot-action v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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
1.0.5

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago