skillfed

robotframework-appiumlibrary

Robot Framework Mobile app testing library for Appium Client Android & iOS & Web

robotframework-appiumlibrary v3.2.1 276.9K downloads/30d#8,155 on PyPI429
Permissive license Apache-2.0 Active released

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-appiumlibrary

uv

uv add robotframework-appiumlibrary

poetry

poetry add robotframework-appiumlibrary

Installing 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

Development Status :: 5 - Production/StableFramework :: Robot FrameworkFramework :: Robot Framework :: LibraryOperating System :: OS IndependentProgramming Language :: PythonProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.9Topic :: Software Development :: Quality AssuranceTopic :: Software Development :: Testing

Tags

robot framework mobile testingappium android ios automationmobile app test automationrobot framework appium libraryautomated mobile testing frameworkappium python client wrappermobile qa automation
mobile-testingrobot-frameworkappium

More Testing packages

pluggy

Pluggy provides a plugin system that lets you…

permissive · top 100 on PyPI

pytest

pytest is a testing framework that lets you…

permissive · top 100 on PyPI

virtualenv

virtualenv creates isolated Python environments…

permissive · top 100 on PyPI

coverage

Coverage.py measures which lines of Python code…

permissive · top 1,000 on PyPI

pytest-asyncio

pytest-asyncio is a pytest plugin that enables…

permissive · top 1,000 on PyPI

pytest-json-ctrf

A pytest plugin that generates test reports in…

permissive · top 1,000 on PyPI

Appium-Python-Client

Extends Selenium Python bindings with…

permissive · top 5,000 on PyPI

robotframework-seleniumlibrary

SeleniumLibrary is a Robot Framework library…

permissive · top 5,000 on PyPI

robotframework-selenium2library

A Robot Framework library that wraps Selenium…

permissive · top 15,000 on PyPI

robotframework-databaselibrary

A Robot Framework library that adds keywords…

permissive · top 15,000 on PyPI

facebook-wda

Python client library for controlling iOS…

permissive · top 15,000 on PyPI

uiautomator2

Automates Android device interactions from…

permissive · top 15,000 on PyPI

robotframework-debuglibrary

Provides an interactive debug shell and library…

permissive · top 15,000 on PyPI

robotframework-excellib

Provides Robot Framework keywords for reading,…

permissive · top 15,000 on PyPI

robotframework-csvlibrary

CSVLibrary is a Robot Framework library that…

permissive · top 15,000 on PyPI

robotframework-requests

RequestsLibrary wraps the Python Requests…

permissive · top 5,000 on PyPI

Further reading