Awesome Robot Framework 


A curated list of awesome Robot Framework resources and libraries
Contents
Robot Framework
- Official Website The official Robot Framework Website
- Guides The Robot Framework guides, with examples and explanations on how to use Robot Framework
- RFCP The syllabus for the Robot Framework Certified Professional Exam
- Robocon The Premier Robot Framework conference, generally held in February
- Standard Libraries The standard set of Robot Framework Libraries, included with Robot Framework. Also known as “Core Libraries”
- Style Guide A community driven set of sensible rules to write your Robot Framework code.
- User Guide Reference manual explaining all Robot Framework features in detail
Robot Framework Foundation
The Robot Framework Foundation is a non-profit organization that supports the development and maintenance of the Robot Framework, an open-source automation tool used for acceptance testing and robotic process automation. The foundation sponsors bug fixes, ecosystem projects, reviews community contributions, and manages the framework’s infrastructure, encouraging users to contribute to its ongoing development.
- MarketSquare A community run collection of repositories for Robot Framework.
- Slack Official Robot Framework Slack Channel.
- Forum Official Robot Framework forum.
- LinkedIn The Robot Framework Linkedin Group
Libraries
Core
- BuiltIn Contains generic often needed keywords. Imported automatically and thus always available.
- Collections Contains keywords for handling lists and dictionaries.
- DateTime Supports creating and verifying date and time values as well as calculations between them.
- Dialogs Supports pausing the test execution and getting input from users.
- OperatingSystem Enables performing various operating system related tasks.
- Process Supports executing processes in the system.
- Screenshot Provides keywords to capture and store screenshots of the desktop.
- String Library for manipulating strings and verifying their contents.
- Telnet Supports connecting to Telnet servers and executing commands on the opened connections.
- XML Library for verifying and modifying XML documents.
App/Mobile
- ADB Library Library that provides Android Debug Bridge (ADB) functionalities for automated testing and device control.
- Android Library (Keywords) Library for all your Android automation needs. It uses Calabash Android internally.
- Appium Library Library for Android- and iOS-testing. It uses Appium internally.
- crosslocator Define a UI selector once and resolve it per platform (Android, iOS, iPadOS, Windows). Framework-agnostic, with Robot Framework keywords (
Set Current Platform, Resolve Locator).
- iOS Library Library for all your iOS automation needs. It uses Calabash iOS Server internally.
Cloud and Devops
Data
- Datetime-TZ Date/time with locales and time zones.
- Excel Library Library which provides keywords to allow opening, reading, writing and saving Excel files.
- Excel10library Basic control over Excel10 (xlsx) files.
- Excel Lib Work with Excel documents.
- ExcelSage Structured Excel handling and validation for test automation use cases.
- JSON Schema Library JSON Schema validation library for Robot Framework.
- JSON Validator JSON validation based on JSONSchema, JSONPath, JSONSelect.
- String Format String formatting.
- SynData Library for generating synthetic test data with logging and a “playback function”.
- XML Validator A Robot Framework library for validating XML files against XSD schemas.
Database
Embedded
- CncLibrary Control a ShapeOko 2 CNC-milling machine (controlled by Arduino based grbl motion controller connected to Raspberry Pi 2 with camera module).
- Construct Build and parse binary data.
- HPI Library Interface processors using the Hardware Platform Interface (HPI) specification.
- IPMI Library Interface hardware using the Intelligent Platform Management Interface (IPMI) specification.
- RobotFramework_DBus Library for DBus test automation.
- RobotFramework_DoIP Designed for interacting with Electronic Control Units (ECUs) using the Diagnostics over Internet Protocol (DoIP).
- RobotFramework_UDS Sending UDS (UnifiedDiagnostic Services) requests and interpreting responses from automotive electronic control units (ECUs).
- SerialLibrary Serial port interface using pySerial.
- SerialLibrary Serial port interface.
Fieldbus
File Handling
Frameworks
GUI And Applications
- FlaUI Windows GUI testing library for applications based on Win32, WinForms, WPF or Store Apps
- AutoIt Library Windows GUI testing library that uses AutoIt freeware tool as a driver.
- Eclipse Library Library for testing Eclipse RCP applications using SWT widgets.
- OKW4Robot Driver-agnostic keyword library for GUI test automation. One unified set of keywords for Web (Selenium), Java Swing and more — drivers are pluggable.
- Remote Swing Library Robot Framework library for testing and connecting to a java process and using SwingLibrary.
- RoboSAPiens SAP GUI Automation for Humans
- SapGui Library Automate the SAP GUI Desktop client
- Swing Library (Keywords) Library for testing Java applications with Swing GUI.
- Zoomba Collection of testing libraries spanning GUI, REST/SOAP API, and Windows Desktop automation.
Identity Management
IoT
Messaging/Communication
- BonjourLibrary Testing devices announcing services using the Bonjour/mDNS protocol.
- Confluent Kafka Library Wrapper for the confluent-kafka-python.
- DHCP Client Library Library for testing DHCP servers.
- DHCP Server Library Library for testing DHCP clients.
- FTP Library Library which makes it possible to test or use FTP server using Robot Framework keywords.
- HTTP Ctrl HTTP/HTTPS client and HTTP server services to make REST API testing easy.
- HTTP Request (Java) Library for HTTP level testing using Apache HTTP client.
- HTTP Request (livetest) Library for HTTP level testing using livetest tool internally.
- HTTP Request (Requests) Library for HTTP level testing using Request internally.
- IMAP Library Library to test IMAP email validation tasks.
- MQTT Library Library that provides keywords for testing on MQTT brokers.
- RabbitMQ Work with RabbitMQ.
- Requests Checker Check HTTP Response Status Codes.
- Requests Logging Log HTTP requests and responses.
- RESTinstance Library Robot Framework test library for (RESTful) JSON APIs.
- OKW API REST Keyword-driven REST API testing for OKW4Robot. Phase-based workflow (Start → Scope → Input → Action → Verify → Memorize → Stop), auto type detection, nested JSON via SetContext, file upload, OKW token support ($IGNORE, $EMPTY, $NULL), and three match modes (EXACT, WCM, REGX). (Keyword Docs)
- SSH Library Test library for SSH and SFTP.
- OKW Remote SSH Deterministic remote command execution and SFTP file transfer via SSH with structured verification (stdout, stderr, exit code, duration) and OKW contract matching. (Keyword Docs)
- SNMP Library Work with SNMP.
- SSHTunnel Library Connect to remote host using SSH Local Forwarding.
- Stub Library For all your HTTP needs.
- Suds Library (Keywords) Library for functional testing of SOAP-based web services with Suds, a dynamic SOAP 1.1 client.
- UA RF TESTER OPC UA library for functional and security testing.
- UPnP/SSDP Library Testing devices announcing services using the UPnP/SSDP protocol.
- Websocket Client Wrapper for the websocket-client module.
- Wi-Fi Library Interact with wpa_supplicant and handle Wi-Fi events.
Monitoring
Screenshots
System and Network Management
Testing And Debugging
- Advanced Logging Create additional logs.
- Cache Library Cache values across test runs to speed up test suites.
- Debug Library Debug Library for Robot Framework
- Dependency Library Declare dependencies between Robot Framework tests.
- Dependency Solver A Robot Framework prerunmodifier for interdependent test cases execution.
- Testrail Listener and pre-run modifier for working with TestRail.
- RobotLiveTrace Real-time GUI dashboard for visualizing test execution keyword call stacks and logs.
- WebDialogs - Browser-based dialogs and custom forms for human-in-the-loop Robot Framework executions.
Visual Testing
- Applitools Robot Framework Visual Verification Test Library using Applitools Eyes (Utilizes AppiumLibrary or\and SeleniumLibrary).
- DocTestLibrary Simple Automated Visual Document Testing.
- Eyes To automate visual software testing.
- ImageHorizonLibrary (Keywords) Cross-platform, pure Python library for GUI automation based on image recognition.
- WatchUI Custom library for works with image, pdf and tesseract with RF.
- Wopee_rf Visual regression testing library with AI-powered autonomous test maintenance and self-healing.
Web Testing
- AnywhereLibrary Library for testing Single-Page Apps (SPA). Uses Selenium Webdriver and Appium internally.
- Browser - Automate the browser using Playwright.
- OKW Web Selenium Selenium WebDriver plugin for OKW4Robot. Widget-based web testing with automatic synchronization, YAML locators, and polling verification.
- Page Object Library Library that makes it possible to use the page object pattern when testing web pages.
- QWeb - Keyword based test automation for the web. (Keywords)
- Selenium Library Web testing based on Selenium.
- Selenium Screenshots Capture annotated screenshots with SeleniumLibrary.
- Selenium Testability Provides either manual or automatic waiting asyncronous events within SUT.
Integrations and Examples
Integrations
Network Testing
- pyats.robot - Sub-component of Cisco pyATS library for enabling network testing using Robot Framework.
Remote Library Examples
Custom Library Examples & Usage
- Rebot - Generate logs and reports based on XML outputs and combine multiple outputs.
- Libdoc - Generate keywords for test libraries and resource files.
- Testdoc - Generate high-level HTML documentation from test cases.
- Remote Interface - Introduction to the remote interface with a list of available remote servers.
- Maven plugin - Maven plugin for using Robot Framework.
- Jenkins plugin - Collect and publish Robot Framework test results in Jenkins.
- Ant task - Ant task for running Robot Framework tests.
- Robot Framework Solidity Testing Toolkit - A toolkit for testing, deploying, and monitoring Solidity smart contracts on EVM-compatible blockchains using Robot Framework, with support for local clean-room environments and multichain setups.
- Salesforce Files Downloader - Robot Framework-based tool using Pabot for parallel bulk download of Salesforce files and generation of Data Loader-compatible artifacts for migration, backup, and org refresh.
- Salesforce Objects Scanner - Robot Framework-based tool integrated with Salesforce CLI to scan queryable sObjects and generate record counts for data volume analysis, LDV risk detection, and migration planning.
Containerization
- RIDE - Robot Framework IDE - Lightweight and intuitive editor for Robot Framework test data.
- RobotCode - Tools, extensions, and plugins for working with Robot Framework.
- RobotCode for VSCode - VSCode extension.
- RobotCode for Jetbrains - Plugin for PyCharm/IntelliJ.
- Robocop - Static code analysis tool and formatting with configurable rules.
- Find Unused - CLI tool to find unused keywords, arguments, returns, and global variables across folders.
- RobotFramework Recorder - Chrome extension for recording Robot Framework steps for Selenium and Browser libraries.
- robotframework-falsegreen - Static scan that finds tests passing green without verifying anything (no oracle, swallowed failures, always-true checks), via the official robot.api.
- robotframework-metrics - Dashboard view of execution results of a single run.
- robotframework-dashboard - Dashboard for insights into test results across multiple runs.
- DbBot - Serialize Robot Framework test run results into a SQLite database.
- robotframework-historic - Generate historical reports from test results.
- LibDocGen - Documentation generator for Robot Framework libraries that creates clean, modern HTML/Markdown docs with global keyword search.
- ReportLens - An open-source tool that converts Robot Framework “output.xml” files into a modern, interactive, single-file HTML report for easier debugging and navigation of test execution results.
- LibToc - This tool generates docs using Robot Framework Libdoc for an entire folder (or multiple folders) with Robot Framework resources/libs and creates a TOC (table of contents) file for them.
- RobotFramework-AI Adds AI functionality (generates test data, replies to messages).
- robotframework-test-assistant - Conversational AI assistant for controlling Robot Framework test suites and RPA tasks.
- Robot-Framework-AI-Agent-Datadriver - AI agent project that combines the capabilities of Codename Goose, MCP tools, the Robot Framework ecosystem, decentralized LLMs on Ollama, and Docker.
- Result Companion - AI-powered Robot Framework debugger — pinpoints why tests failed and how to fix them directly in log.html; supports custom analysis prompts and 100+ LLM providers.
- robotframework-agentskills - Modular skills and agents for AI coding assistants (Claude Code, Copilot, Cursor, etc.) to write, debug, and migrate Robot Framework tests, with an MCP server and multi-agent installer.
Resources
Robocon
Official Robot Framework Conference
Wrobocon
Robot Framework Conference by Polish Community
Theses
Trainings