Skip to main content

Appium bindings for the coeus-pythong-framework.

Project description

Coeus-Appium-Bindings

pypi travis

About

A set of wrappers to simplify the setup, and usage of appium calls to tap, swip, and send key events.

Setup

Simply install the requirement into your package.

pip install coeus-test-appium

AppiumDriver

Utilize the AppiumDriver class to create a connection to the server.

driver = AppiumDriver.AppiumDriver("ios" | "android")
# add additional capabilities...
driver.capabilities['app'] = "/my/Path/to/apk"
driver.connect()

# send commands to device...
driver.tap(23, 400)
driver.swipe(23, 400, 100, 400)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

coeus-test-appium-0.1.1.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

coeus_test_appium-0.1.1-py2.py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 2 Python 3

Supported by

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