# robotframework-appiumlibrary
**Repository Path**: mirrors_peritus/robotframework-appiumlibrary
## Basic Information
- **Project Name**: robotframework-appiumlibrary
- **Description**: AppiumLibrary is an appium testing library for RobotFramework
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-09-25
- **Last Updated**: 2026-05-24
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Appium library for RobotFramework
==================================================
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
--------------------
* `William Zhang `_
* `Xie Lieping `_
* `Jari Nurminen `_
* `Serhat Bolsu `_
.. image:: https://img.shields.io/pypi/v/robotframework-appiumlibrary.svg
:target: https://pypi.python.org/pypi/robotframework-appiumlibrary/
:alt: Latest PyPI version
.. image:: https://travis-ci.org/jollychang/robotframework-appiumlibrary.svg?branch=master
:target: https://travis-ci.org/jollychang/robotframework-appiumlibrary
.. image:: https://img.shields.io/pypi/dm/robotframework-appiumlibrary.svg
:target: https://pypi.python.org/pypi/robotframework-appiumlibrary/
:alt: Number of PyPI downloads
.. image:: https://pledgie.com/campaigns/25326.png
:target: https://pledgie.com/campaigns/25326