Macaca MacOS driver
npm install macaca-macos---
[![NPM version][npm-image]][npm-url]
[![CI][ci-image]][ci-url]
[![Test coverage][codecov-image]][codecov-url]
[![node version][node-image]][node-url]
[npm-image]: https://img.shields.io/npm/v/macaca-macos.svg?logo=npm
[npm-url]: https://npmjs.org/package/macaca-macos
[ci-image]: https://github.com/macacajs/macaca-macos/actions/workflows/ci.yml/badge.svg
[ci-url]: https://github.com/macacajs/macaca-macos/actions/workflows/ci.yml
[codecov-image]: https://img.shields.io/codecov/c/github/macacajs/macaca-macos.svg?logo=codecov
[codecov-url]: https://codecov.io/gh/macacajs/macaca-macos
[node-image]: https://img.shields.io/badge/node.js-%3E=_16-green.svg?logo=node.js
[node-url]: http://nodejs.org/download/
> Integrate robotjs, osascript and shell of the operating system to automatically control the MacOS, such as controlling the mouse, keyboard, window operation, etc.
``bash`
$ npm i macaca-macos --save-dev
ts
import MacacaMacOS from 'macaca-macos';const driver = new MacacaMacOS();
await driver.startApp('/System/Applications/Notes.app');
`Contributors
|
xudafeng
|
yihuineng
|
snapre
|
| :---: | :---: | :---: |
This project follows the git-contributor spec, auto updated at
Mon Aug 29 2022 00:09:09 GMT+0800`.