rf-appium

Installation
SKILL.md

AppiumLibrary Skill for Robot Framework

Quick Reference

AppiumLibrary enables mobile app testing on iOS and Android using Appium automation.

Installation

# Install the library
pip install robotframework-appiumlibrary

# Install Appium server (requires Node.js)
npm install -g appium

# Install platform drivers
appium driver install uiautomator2    # Android
appium driver install xcuitest        # iOS
Related skills

More from manykarim/robotframework-agentskills

Installs
2
GitHub Stars
19
First Seen
Mar 29, 2026