Robot Framework Mobile app testing library for Appium Client Android & iOS & Web
Project description
Introduction
AppiumLibrary is an appium testing library for RobotFramework.
It uses Appium (version 1.x) to communicate with Android and iOS application similar to how Selenium WebDriver talks to web browser.
AppiumLibrary is modeled after (and forked from) appiumandroidlibrary, but re-implemented to use appium 1.X technologies.
It is fully supported under Python 2.7, python 3.3+ support is still experimental
Documentation
The keyword documentation could be found at Keyword Documentation
Installation
Using pip
The recommended installation method is using pip:
pip install robotframework-appiumlibrary
Using setup.py
setup.py
git clone https://github.com/jollychang/robotframework-appiumlibrary.git cd robotframework-appiumlibrary python setup.py install
Directory Layout
- demo/
A simple demonstration, with an Android application and RF test suite
- doc/
Keyword documentation
- src/
Python source code
Usage
To write tests with Robot Framework and AppiumLibrary, AppiumLibrary must be imported into your RF test suite. See Robot Framework User Guide for more information.
As it uses Appium make sure your Appium server is up and running. For how to use Appium please refer to Appium Documentation
Contributing
Fork the project, make a change, and send a pull request!
Project Contributors
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
Hashes for robotframework-appiumlibrary-1.5.0.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | b937490dd748e52a9584b040deb2238378f04e7faf0d9c7ec6656915389560e5 |
|
MD5 | 824fb76bccc33c465ce127cd6dd2b10f |
|
BLAKE2b-256 | 6b36be79461fede4809babd12c3e380a2e00e2ded03aea6e3996730d9ed5494c |
Hashes for robotframework_appiumlibrary-1.5.0.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a8583987c1b12d3a2c006d4492afdf31a7a54ec822e1658533531fb93381517 |
|
MD5 | fa7a244278d21a3f7af9a892d17aee05 |
|
BLAKE2b-256 | b0bf7404a9165284b9ff5176596009c63918a40bfcc8689bd8a2a55f3b0b8a79 |