robotframework-appiumlibrary
Robot Framework Mobile app testing library for Appium Client Android & iOS & Web
What it is and what it does
AppiumLibrary bridges Robot Framework's keyword-driven testing syntax with Appium's mobile automation engine, allowing you to write readable, maintainable tests for Android and iOS applications using Robot Framework's natural-language-like keywords. It wraps Appium-Python-Client and Selenium to provide high-level keywords for common mobile testing tasks like opening applications, entering text, clicking elements, and waiting for content.
The library is designed for teams already using Robot Framework who want to extend their test automation to mobile platforms without learning a new testing syntax. It depends on robotframework, Appium-Python-Client, selenium, decorator, docutils, six, and geopy. The package supports Python 3.9 through 3.13 and is actively maintained with a stable, production-ready status.
Use it for:
- Write automated tests for Android apps using Robot Framework keywords instead of Python code
- Test iOS applications with the same keyword-driven approach used for web and backend testing
- Build reusable higher-level keywords on top of AppiumLibrary's low-level mobile automation primitives
- Integrate mobile app testing into existing Robot Framework test suites and CI/CD pipelines
- Verify mobile web applications accessed through native app browsers
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
AppiumLibrary is a Robot Framework library that enables automated testing of mobile applications on Android and iOS devices by bridging Robot Framework's keyword-driven syntax with Appium's mobile automation capabilities.
Yes. AppiumLibrary is actively maintained, has no known vulnerabilities, uses a permissive license, and installs with low friction. It is the natural choice for teams already invested in Robot Framework who need to automate mobile testing. The main prerequisite—a running Appium server and configured device—is external to the package itself and expected in any mobile testing setup.
Install
robotframework-appiumlibrary on PyPI
pip
pip install robotframework-appiumlibraryuv
uv add robotframework-appiumlibrarypoetry
poetry add robotframework-appiumlibraryInstalling robotframework-appiumlibrary
Before you install
Low install friction with a pure-Python wheel distribution. The package is actively maintained with a recent release (242 days ago) and an active repository. Seven runtime dependencies are all established testing and web automation libraries, introducing no unusual build or system requirements.
License in practice
Apache-2.0 is a permissive license that allows commercial and private use, modification, and distribution with minimal restrictions, making this suitable for most organizational testing contexts.
Quickstart
pip install robotframework-appiumlibrary
*** Settings ***
Library AppiumLibrary
*** Test Cases ***
Test Mobile App
Open Application http://127.0.0.1:4723/wd/hub automationName=UIAutomator2 platformName=Android app=/path/to/app.apk
Input Text element_id text_value
Click Element button_id
Requires a running Appium server (typically http://127.0.0.1:4723/wd/hub) and a configured Android emulator, iOS simulator, or physical device; Robot Framework must also be installed.
Verify before relying
- Whether the library's keyword documentation is current and complete for version 3.2.1
- Performance characteristics when testing large or complex mobile applications
- Compatibility with specific Appium server versions beyond the stated 5.1.1+ requirement
Package facts
| License | Apache-2.0 (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 7 — decorator, robotframework, docutils, selenium, Appium-Python-Client, six, geopy |
| Maintenance | actively maintained — 242 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 276,918/month — #8,155 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: robotframework_appiumlibrary-3.2.1-py3-none-any.whl
Keywords: robotframework, testing, testautomation, mobile, appium, webdriver, app, android, ios
Tags
More Testing packages
Pluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
virtualenvvirtualenv creates isolated Python environments…
permissive · top 100 on PyPI
coverageCoverage.py measures which lines of Python code…
permissive · top 1,000 on PyPI
pytest-asynciopytest-asyncio is a pytest plugin that enables…
permissive · top 1,000 on PyPI
pytest-json-ctrfA pytest plugin that generates test reports in…
permissive · top 1,000 on PyPI
Appium-Python-ClientExtends Selenium Python bindings with…
permissive · top 5,000 on PyPI
robotframework-seleniumlibrarySeleniumLibrary is a Robot Framework library…
permissive · top 5,000 on PyPI
robotframework-selenium2libraryA Robot Framework library that wraps Selenium…
permissive · top 15,000 on PyPI
robotframework-databaselibraryA Robot Framework library that adds keywords…
permissive · top 15,000 on PyPI
facebook-wdaPython client library for controlling iOS…
permissive · top 15,000 on PyPI
uiautomator2Automates Android device interactions from…
permissive · top 15,000 on PyPI
robotframework-debuglibraryProvides an interactive debug shell and library…
permissive · top 15,000 on PyPI
robotframework-excellibProvides Robot Framework keywords for reading,…
permissive · top 15,000 on PyPI
robotframework-csvlibraryCSVLibrary is a Robot Framework library that…
permissive · top 15,000 on PyPI
robotframework-requestsRequestsLibrary wraps the Python Requests…
permissive · top 5,000 on PyPI