一个支持无障碍服务的Android平台上的JavaScript IDE
Go to file
2017-04-03 00:43:15 +08:00
.idea Refactor: split into modules autojs, common, app and automator 2017-04-03 00:43:15 +08:00
app Refactor: split into modules autojs, common, app and automator 2017-04-03 00:43:15 +08:00
autojs Refactor: split into modules autojs, common, app and automator 2017-04-03 00:43:15 +08:00
automator Refactor: split into modules autojs, common, app and automator 2017-04-03 00:43:15 +08:00
common Refactor: split into modules autojs, common, app and automator 2017-04-03 00:43:15 +08:00
gradle/wrapper Added: Root automator, custom theme color, some helps 2017-03-07 13:49:56 +08:00
screen-captures Update Screen Captures 2017-03-19 16:25:23 +08:00
.gitignore 尝试修复某些设备上死机和重启的问题。修复在4.4上无法显示悬浮窗的问题。增加英文语言。增加获取WebView内容。 2017-03-21 18:55:27 +08:00
build.gradle Added: Root automator, custom theme color, some helps 2017-03-07 13:49:56 +08:00
gradle.properties initial commit 2017-01-27 09:05:38 +08:00
gradlew Add: floating window, layout inspector 2017-03-12 23:10:58 +08:00
gradlew.bat initial commit 2017-01-27 09:05:38 +08:00
LICENSE.md add: LICENSE, ui mode 2017-02-05 20:57:04 +08:00
Readme.md Add: Volume Changing to stop scripts, Fix: Automator ANR 2017-03-20 16:04:59 +08:00
settings.gradle Refactor: split into modules autojs, common, app and automator 2017-04-03 00:43:15 +08:00

免Root脚本机器人

简介

A automator 一个不需要Root权限的类似按键精灵的自动操作软件,可以实现自动点击、滑动、输入文字、打开应用等。

特性:

  • 简单易用的自动操作函数
  • 悬浮窗录制和运行
  • 丰富的文档、教程与示例
  • 更专业&强大的选择器API提供对屏幕上的控件的寻找、遍历、获取信息、操作等。类似于Google的UI测试框架UiAutomator您也可以把他当做移动版UI测试框架使用
  • 采用JavaScript为脚本语言支持简单的代码补全。您也可以把他当作简便的JavaScript IDE使用
  • 带有界面分析工具类似Android Studio的LayoutInspector可以分析界面层次和范围、获取界面上的控件信息
  • 支持使用Root权限以提供更强大的屏幕点击、滑动、录制功能和运行shell命令

screen-capture1

screen-capture2

screen-capture3

screen-capture4

screen-capture5

screen-capture5

License

CC-BY-NC-SA

  • 署名 — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • 非商业性使用 — 您不得将本作品用于商业与盈利目的。
  • 相同方式共享 — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.