Appium bindings for the coeus-python-framework.
Project description
Coeus-Appium-Bindings
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
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 Distribution
Built Distribution
Close
Hashes for coeus_test_appium-0.1.10-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 33261131d2fdd8b08756b68b4ffd13d0213335d16403bb2fdba82741dfd72820 |
|
MD5 | ef5b59bdac8d5dc0b38012d694999b7b |
|
BLAKE2b-256 | c2ee24707d45fb25e69f0237f3875394c7279d6ebee1bcc77cce6ec8e2c6d299 |