Reusable Appium utility helpers
Project description
AppiumUtility
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.
Usage
from appium.webdriver.webdriver import WebDriver
from appium_utility import AppiumUtility
driver: WebDriver = create_driver_somehow()
utils = AppiumUtility(driver)
utils.launch_app("com.example.app")
utils.click_by_text("Continue")
utils.hide_keyboard()
utils.click_by_id("com.example:id/login")
utils.click_by_content_desc("Settings")
utils.click_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.3.6-py3-none-any.whl.
File metadata
- Download URL: appium_utility-0.3.6-py3-none-any.whl
- Upload date:
- Size: 3.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 |
737e81e08e0dadd0b8613a88e08f65457f2efb6bbe233151fdf1c8ab72d20eeb
|
|
| MD5 |
4b861cc95656ff4d5bc78044cf20db06
|
|
| BLAKE2b-256 |
463c7ea2520b60ed49060d3d99a76df312d141150f6b4ed8fa7086be07d6c461
|