Skip to main content

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.hide_keyboard()
utils.click_by_text("*.Continue.*", regex=True)
utils.click_by_id("com.example:id/login")
utils.click_by_content_desc("Settings")
utils.click_by_xpath("//android.widget.Button[@text='OK']")
utils.swipe_up()
utils.swipe_down()
utils.swipe_until_text_visible("*.Continue.*", direction="SWIPE_UP", regex=True)

Project details


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

If you're not sure about the file name format, learn more about wheel file names.

appium_utility-0.3.20-py3-none-any.whl (7.3 kB view details)

Uploaded Python 3

File details

Details for the file appium_utility-0.3.20-py3-none-any.whl.

File metadata

File hashes

Hashes for appium_utility-0.3.20-py3-none-any.whl
Algorithm Hash digest
SHA256 992bd5cc762d22077dae3d6e260256d903a572caa04b5dd9588eaeb1d956771f
MD5 113119875c31c980ed2974710128cea2
BLAKE2b-256 c4e676736c7a981f91d10736fcdbe2c78ce32ac9a695e1689b3a189d92c22de3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page