Reusable Appium utility helpers
Project description
AppiumUtils
A small, opinionated helper utility built on top of Appium Python Client to simplify common Android UI interactions.
This library is designed to reduce boilerplate and make test scripts more readable and consistent.
Features
- Launch and control Android apps
- Perform common key actions (home, back, enter, backspace)
- Simplified tap helpers (by text, id, content-desc, xpath)
- Text input and clearing using the currently focused element
- Swipe using screen percentage-based coordinates
- Scroll until text becomes visible
- Assertion helpers for text visibility
Usage
from appium.webdriver.webdriver import WebDriver
from appiumutils import AppiumUtils
driver: WebDriver = create_driver_somehow()
utils = AppiumUtils(driver)
utils.launch_app("com.example.app")
utils.hide_keyboard()
utils.tap_by_text("Continue")
utils.tap_by_id("com.example:id/login")
utils.tap_by_content_desc("Settings")
utils.tap_by_xpath("//android.widget.Button[@text='OK']")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file appium_utility-0.2.0-py3-none-any.whl.
File metadata
- Download URL: appium_utility-0.2.0-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8330d272d852ecbfed93829c836c008b6afdbe8f837a4106ead4b6c26708179
|
|
| MD5 |
45b51a2729660f95850973dadcbdc974
|
|
| BLAKE2b-256 |
8e39a36cebf42a9891aec2e0c3fb8f84d5c546cdc0e217fd315a06817d8d9449
|