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.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


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.8-py3-none-any.whl (5.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: appium_utility-0.3.8-py3-none-any.whl
  • Upload date:
  • Size: 5.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for appium_utility-0.3.8-py3-none-any.whl
Algorithm Hash digest
SHA256 bbe9702f513cbf14329e4464c30d1e23095dc455f11f0c2b66bfe01e35f7ae90
MD5 46b286c561561c0d86b907757b7b4916
BLAKE2b-256 08531ab8a68247f92512e4551c559d8c364da6fcb00595547afd3f780df105e6

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