🚀 auma
A simple, fast, and intelligent mobile automation library for Android and iOS in Python.
📦 Installation
pip install auma
🚀 Quick Start
1. Initialize a New Project
auma setup --project_folder my_mobile_tests
cd my_mobile_tests
2. Write a Simple Test
# tests/test_login.py
def test_user_login(mobile):
mobile.launch_app("com.example.myapp")
mobile.input("Username").fill("admin@example.com")
mobile.input("Password").fill("Secret123!")
mobile.button("Log In").tap()
assert mobile.is_visible("Welcome, Admin!")
3. Run Tests with PyTest
pytest tests/ -v
📄 License
Distributed under the MIT License.
Release files for auma 1.3.44
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| auma-1.3.44-cp314-cp314-win_amd64.whl | CPython 3.14 | CPython 3.14 | Windows x86-64 | Details |
Release files / auma-1.3.44-cp314-cp314-win_amd64.whl
| Download URL | auma-1.3.44-cp314-cp314-win_amd64.whl |
|---|---|
| Size | 4.6 MB |
| Tags | CPython 3.14 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
f4f7d4ebab0cffdb4b20a2cf40702e5259448e5efe2c3851f8621edf004f4ec0
|
|
BLAKE2b-256 checksum How to use checksums |
3debef37e4e07b3ca714d1bd52e7e2804ee219be033253e6fd3bbb8dcfaf1822
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.0
|