Skip to content

Appium bindings and wrappers for use with coeus-python-framework

License

Notifications You must be signed in to change notification settings

AgeOfLearning/coeus-appium-bindings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coeus-Appium-Bindings

pypi travis

Contributors

@dklompmaker @copyleftdev @KeithPatch

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)

About

Appium bindings and wrappers for use with coeus-python-framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages