KO
|
EN
gitlite โ search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
automator
โ 20
Open GitHub โ
UI Test Automator for macOS
Download README (.md)
Explore Similar Repositories
Forms.Controls
:
Home of all Messier16 Xamarin.Forms controls ๐ (now .NET standarized)
LCGoodDetailViewController
:
็ฑปไผผๆทๅฎๆฅ็่ฏฆๆ ้กตๅ่ฝๆกๆถ,ไธๆๆฅ็่ฏฆๆ
JavaWeb_BBS
:
็ฌฌไธไธชJava Web้กน็ฎ๏ผJSP+MySQL+TomcatใBBS่ฎบๅ้กน็ฎ
GestureRecognition
:
Gesture Recognition using TensorFlow
material-index
:
Index for Material Theme
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
automator
?
Download (.md)
<h1 align="center">Automator</h1> <h4 align="center">UI Automator for macOS</h4> <p align="center"> <img src="https://github.com/tburnam/automator/blob/master/resources/Images/usage.gif"> </p> <br> ## Purpose - The need: Human-like interaction API for desktop environment program testing - The solution: Highly-usable API with recording support (this is the recording part) - [RobotJS](https://github.com/octalmage/robotjs) and [gkm](https://github.com/tomzx/gkm) - Uses Electron because I have to (hello Facebook?) ## Install instructions ```bash cd [path/to/automator/] npm install ``` ## Usage `npm start` # Features - Automate mouse movement, mouse clicks, and text input. - Support for mofifier keys, dragging, and gestures coming soon. - ~~Lightweight UI coming soon.~~ (25 AUG - Basic UI added) - Contributors welcome. # Update log - 25 Aug 2017 - Moved core automator to an Electron project. Added lightweight UI with a record button and link to GitHub. ## PRs welcome!