What is Autox.js v7
setup-v7Autox.js v7 is a JavaScript runtime and development environment for the Android platform that leverages Accessibility Services to perform automated operations. It is designed for workflow automation and UI testing, similar to JsBox or Workflow.
Key capabilities include:
- Automated Operations: Simple functions for interacting with Android UI via Accessibility Services.
- Selector API: A powerful API for finding, traversing, and interacting with on-screen controls (similar to Google's UiAutomator).
- UI Development: Support for building interfaces using e4x or a new framework based on Vue3 and Jetpack Compose.
- Scripting: Uses JavaScript (Rhino 1.8.0) with support for ES6+ syntax.
- Advanced Features: Support for Shizuku, Root permissions for precise clicks/swipes, screen capture, image recognition (color/pattern finding), and Tasker integration.
- Node.js Integration: Includes a Node.js engine (via Javet) allowing the use of many npm packages and Java interoperability.