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
File details
Details for the file coeus-test-appium-0.1.10.tar.gz
.
File metadata
- Download URL: coeus-test-appium-0.1.10.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8e1e90f7e6fa9d80351dd3916f7a17a49b712bf36eb3ada4dd0ce56961f6fa56 |
|
MD5 | 347f6eb8b43398b615e2a3738493b4ea |
|
BLAKE2b-256 | 9698af4d93dbbda70bd799fb7e8ddaa30ee6cec8f81310f47cf9bbde30ebf57b |
File details
Details for the file coeus_test_appium-0.1.10-py2.py3-none-any.whl
.
File metadata
- Download URL: coeus_test_appium-0.1.10-py2.py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 33261131d2fdd8b08756b68b4ffd13d0213335d16403bb2fdba82741dfd72820 |
|
MD5 | ef5b59bdac8d5dc0b38012d694999b7b |
|
BLAKE2b-256 | c2ee24707d45fb25e69f0237f3875394c7279d6ebee1bcc77cce6ec8e2c6d299 |