🚀 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.45
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.45-cp314-cp314-win_amd64.whl | CPython 3.14 | CPython 3.14 | Windows x86-64 | Details |
Release files / auma-1.3.45-cp314-cp314-win_amd64.whl
| Download URL | auma-1.3.45-cp314-cp314-win_amd64.whl |
|---|---|
| Size | 1.5 MB |
| Tags | CPython 3.14 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
196f52314ccf02272b7125d9049bdfee37f523303586ed771e09991cf3ec02f0
|
|
BLAKE2b-256 checksum How to use checksums |
4e54df915bc30ab662a71aca323343fb3593353802d091c06d0f5389d95d2105
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.0
|