Robot Framework is an open source automation framework for test automation and robotic process automation (RPA). It is supported by the Robot Framework Foundation and widely used in the industry.

Its human-friendly and versatile syntax uses keywords and supports extending through libraries in Python, Java, and other languages.

It integrates with other tools for comprehensive automation without licensing fees, bolstered by a rich community with hundreds of 3rd party libraries.

Events

Includes unsanctioned events
Meet-up
RF-NL meetup
12 Jun 2025
Bartosz, Citadel 8, Veenendaal

Alweer de 2e RF-NL meetup van dit jaar. Deze keer wordt het event gehost door Bartosz in Veenendaal.

Conference
AutomationSTAR
9-10 Nov 2025
Europaplein 24, 1078 GZ Amsterdam, Netherlands

The Robot Framework Foundation will be hosting a booth at AutomationSTAR —drop by to learn more and connect with the community.

Meet Us at AutomationSTAR 2025!

The Robot Framework Foundation will be at AutomationSTAR this November — come visit our booth and connect with the community! Community discount: Use code SORF10 for 10% off your ticket.

2025-05-26

Get certified!

Become a Robot Framework Certified Professional. Take our new certification exam and show your skills.

2025-04-11

Call for Ecosystem Projects is open!

Do you have a vision to enhance the capabilities of Robot Framework? Are you eager to develop new tools or libraries that will revolutionize automation testing or RPA? Submit a proposal and request funding!

Submission deadline: 30th September 2024 at 11:59 PM.

2024-09-11

RoboCon Call for Participation is open!

Come and speak at the biggest Robot Framework conference! Submit a proposal and take an opportunity to make an influential impact on the most amazing open-source community.

Submission deadline: 20th October 2024 at 11:59 PM.

2024-08-20

Meet Robot Framework at the EuroSTAR!

Meet the Robot Framework Foundation at EuroStar sponsor booth where we are together with Eficode. 10% discount on the ticket for our friends with code ES-Robot10 !

2024-06-11

Robot Framework 7.0.1 is out!

🙌Robot Framework 7.0.1 is out—fixing regressions, bugs from earlier release & introduces Japanese localization.✨Note: Two backwards incompatible fixes, reverting previous designs. Details & thanks to all contributors trough the link.

2024-06-10

Subscribe to Robot Framework Newsletter!

Your news, delivered to you!

Our aim is to keep you informed about relevant topics that pique your interest.

In general, there are four main categories to which you can subscribe to:

Robot Framework Foundation,

Robot Framework and its Ecosystem,

RoboCon, Events, Meetups, Conferences etc.

We aim to have a monthly newsletter but depending on the areas of your interest, you might receive an email from us 4-12 times a year.

Preview of the newsletter

2024-04-01

Mobile App Testing

A war story about learning from mistakes and turning a disaster into victory.

2024-01-15

Get Started

Code is worth a thousand words.

Below you'll find a live Robot Framework editor. Feel free to experiment with it! If you find bugs, please report them in Github issues.

To start using Robot Framework in a project of your own, please check tabs "Install" and "Learn". Also be sure to visit the new Robot Framework Docs!


Resources

Robot Framework is open source and supported by Robot Framework Foundation. There is a huge community of contributors around the tool. The software is built with expandability in mind and there are numerous ways to extend it's use cases for various needs.

If you have created or found a library that you think should be listed here, please let us know by submitting a pull request or an issue. You are also welcome to report unmaintained ones that shouldn't be listed anymore.

Separately developed external libraries that can be installed based on your needs. Creating your own libraries is a breeze. For instructions, see creating test libraries in Robot Framework User Guide.
SeleniumLibrary
Web testing library that uses popular Selenium tool internally.
1304web, selenium
Browser Library
A modern web testing library powered by Playwright. Aiming for speed, reliability and visibility.
777web
HTTP RequestsLibrary (Python)
HTTP level testing using Python Requests internally.
458http
AppiumLibrary
Android and iOS testing. Uses Appium internally.
371mobile
RESTinstance
Test library for HTTP JSON APIs.
195http
Database Library (Python)
Python based library for database testing. Works with any Python interpreter, including Jython.
141db
SikuliLibrary
Provides keywords to test UI through Sikulix. This library supports Python 2.x and 3.x.
137ui

Community

Robot Framework has a vibrant community of testing enthusiasts around it. Feel free to stop by if you have any questions, need advice or would just like to connect with like-minded people!

There is also an annual RoboCon conference that is hosted in Helsinki, Finland. For more information and to watch previous years' talks, visit robocon.io or our YouTube Channel.

To support Robot Framework you can find a 👕 T-shirt and a ☕ coffee cup from our Shop.

Forum

Official Robot Framework forum.

Slack

Community team chat.
Click for invite!

Development

Development of Robot Framework is funded by the non-profit Robot Framework Foundation. It consists of companies and organizations that want to ensure the continuity of Robot Framework now and in the future.

Project is hosted at GitHub

Thanks to the sponsors, Robot Framework remains completely free to use while being actively maintained and developed. Foundation also covers other related expenses such as the development of this website and organizing various meetups.

Members of Robot Framework Foundation

Development milestones

open

v8.0

target open

Issues

Rename Force Tags to Test Tags and remove Default Tags
Variable type conversion
Support variables in format $var in addition to ${var}

v7.1

target open

Issues

Support controlling listener priority
Deprecate using arguments starting with $, @, & and % as literal values
New technology for Libdoc HTML outputs

closed

v6.0.1

released: Nov 03 2022

First RF 6.0.x series bug fix release.

Issues

Set Library Search Order doesn't work if there are two matches and one is from standard libraries
Localized BDD prefixes consisting of more than one word don't work
Libdoc's DocumentationBuilder doesn't anymore work with resource files with .robot extension

v6.1

released: Jun 12 2023

Feature release adding JSON serialization support for the execution model (#3902), mixing embedded arguments with normal arguments (#4234), making it possible to use custom parsers (#1283), and many other nice new features.

Critical and high priority issues, as well as the deadline, have been approved by Robot Framework Foundation board on January 16, 2023.

Issues

Items are not converted when using generics like list[int] and passing object, not string
Add public API to query is Robot running and is dry-run active
Parsing model: Documentation.from_params(...).value doesn't work

v7.0

released: Jan 11 2024

A major release supporting start/end_keyword methods with the listener API v3 (#3296), native VAR syntax for creating variables (#3761) and mixing embedded and normal arguments with library keywords (#4710) as well as various other interesting new features. Requires Python 3.8 or newer (#4294).

Issues

Webpage: Add plausible.io back to Library docs and UserGuide
* Release dates due to change