robotframework 7.4.2


pip install robotframework

  Latest version

Released: Mar 03, 2026


Meta
Author: Pekka Klärck
Requires Python: >=3.8

Classifiers

Development Status
  • 5 - Production/Stable

License
  • OSI Approved :: Apache Software License

Operating System
  • OS Independent

Programming Language
  • Python :: 3
  • Python :: 3 :: Only
  • Python :: 3.8
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13
  • Python :: 3.14
  • Python :: Implementation :: CPython
  • Python :: Implementation :: PyPy

Topic
  • Software Development :: Testing
  • Software Development :: Testing :: Acceptance
  • Software Development :: Testing :: BDD

Framework
  • Robot Framework

Introduction

Robot Framework ® is a generic open source automation framework for acceptance testing, acceptance test driven development (ATDD), and robotic process automation (RPA). It has simple plain text syntax and it can be extended easily with generic and custom libraries.

Robot Framework is operating system and application independent. It is implemented using Python which is also the primary language to extend it. The framework has a rich ecosystem around it consisting of various generic libraries and tools that are developed as separate projects. For more information about Robot Framework and the ecosystem, see http://robotframework.org.

Robot Framework project is hosted on GitHub where you can find source code, an issue tracker, and some further documentation. Downloads are hosted on PyPI.

Robot Framework development is sponsored by non-profit Robot Framework Foundation. If you are using the framework and benefiting from it, consider joining the foundation to help maintaining the framework and developing it further.

Latest version License

Installation

If you already have Python with pip installed, you can simply run:

pip install robotframework

For more detailed installation instructions, including installing Python, see INSTALL.rst.

Robot Framework requires Python 3.8 or newer and runs also on PyPy. The latest version that supports Python 3.6 and 3.7 is Robot Framework 6.1.1. If you need to use Python 2, Jython or IronPython, you can use Robot Framework 4.1.3.

Example

Below is a simple example test case for testing login to some system. You can find more examples with links to related demo projects from http://robotframework.org.

*** Settings ***
Documentation     A test suite with a single test for valid login.
...
...               This test has a workflow that is created using keywords in
...               the imported resource file.
Resource          login.resource

*** Test Cases ***
Valid Login
    Open Browser To Login Page
    Input Username    demo
    Input Password    mode
    Submit Credentials
    Welcome Page Should Be Open
    [Teardown]    Close Browser

Usage

Tests (or tasks) are executed from the command line using the robot command or by executing the robot module directly like python -m robot .

The basic usage is giving a path to a test (or task) file or directory as an argument with possible command line options before the path:

robot tests.robot
robot --variable BROWSER:Firefox --outputdir results path/to/tests/

Additionally, there is the rebot tool for combining results and otherwise post-processing outputs:

rebot --name Example output1.xml output2.xml

Run robot --help and rebot --help for more information about the command line usage. For a complete reference manual see Robot Framework User Guide.

Documentation

Support and Contact

Contributing

Interested to contribute to Robot Framework? Great! In that case it is a good start by looking at the CONTRIBUTING.rst. If you do not already have an issue you would like to work on, you can check issues with good new issue and help wanted labels.

Remember also that there are many other tools and libraries in the wider Robot Framework ecosystem that you can contribute to!

License and Trademark

Robot Framework is open source software provided under the Apache License 2.0. Robot Framework documentation and other similar content use the Creative Commons Attribution 3.0 Unported license. Most libraries and tools in the ecosystem are also open source, but they may use different licenses.

Robot Framework trademark is owned by Robot Framework Foundation.

7.4.2 Mar 03, 2026
7.4.1 Dec 23, 2025
7.4 Dec 12, 2025
7.4rc2 Dec 09, 2025
7.4rc1 Dec 02, 2025
7.4b2 Nov 08, 2025
7.4b1 Oct 07, 2025
7.3.2 Jul 04, 2025
7.3.1 Jun 16, 2025
7.3 May 30, 2025
7.3rc3 May 21, 2025
7.3rc2 May 19, 2025
7.3rc1 May 08, 2025
7.2.2 Feb 07, 2025
7.2.1 Feb 07, 2025
7.2 Jan 14, 2025
7.2rc1 Dec 31, 2024
7.2b1 Dec 18, 2024
7.1.1 Oct 19, 2024
7.1 Sep 10, 2024
7.1rc2 Sep 03, 2024
7.1rc1 Aug 30, 2024
7.0.1 Jun 10, 2024
7.0.1rc2 Jun 07, 2024
7.0.1rc1 Jun 04, 2024
7.0 Jan 11, 2024
7.0rc3 Jan 08, 2024
7.0rc2 Jan 04, 2024
7.0rc1 Dec 21, 2023
7.0b1 Dec 15, 2023
7.0a2 Nov 22, 2023
7.0a1 Nov 09, 2023
6.1.1 Jul 28, 2023
6.1 Jun 12, 2023
6.1rc1 Jun 05, 2023
6.1b1 May 05, 2023
6.1a1 Mar 17, 2023
6.0.2 Jan 08, 2023
6.0.1 Nov 03, 2022
6.0 Oct 19, 2022
6.0rc2 Oct 11, 2022
6.0rc1 Sep 29, 2022
5.1b2 Sep 21, 2022
5.1b1 Sep 02, 2022
5.1a2 Jul 21, 2022
5.1a1 Jul 15, 2022
5.0.1 May 16, 2022
5.0.1rc1 May 09, 2022
5.0 Mar 23, 2022
5.0rc2 Mar 18, 2022
5.0rc1 Mar 11, 2022
5.0b1 Feb 11, 2022
5.0a1 Jan 27, 2022
4.1.3 Dec 15, 2021
4.1.2 Oct 15, 2021
4.1.2rc2 Oct 10, 2021
4.1.2rc1 Oct 04, 2021
4.1.1 Sep 08, 2021
4.1.1rc1 Sep 01, 2021
4.1 Jul 19, 2021
4.1rc1 Jul 09, 2021
4.0.3 May 25, 2021
4.0.3b1 May 19, 2021
4.0.2 May 11, 2021
4.0.2b1 May 06, 2021
4.0.1 Apr 08, 2021
4.0.1b1 Apr 01, 2021
4.0 Mar 11, 2021
4.0rc2 Mar 10, 2021
4.0rc1 Mar 05, 2021
4.0b3 Feb 16, 2021
4.0b2 Feb 03, 2021
4.0b1 Nov 30, 2020
4.0a3 Nov 13, 2020
4.0a2 Oct 30, 2020
4.0a1 Oct 19, 2020
3.2.2 Sep 01, 2020
3.2.1 May 04, 2020
3.2 Apr 27, 2020
3.2rc2 Apr 21, 2020
3.2rc1 Apr 03, 2020
3.2b2 Feb 14, 2020
3.2b1 Jan 13, 2020
3.2a1 Nov 12, 2019
3.1.2 May 24, 2019
3.1.2rc1 May 16, 2019
3.1.1 Jan 08, 2019
3.1.1rc1 Dec 31, 2018
3.1 Dec 06, 2018
3.1rc2 Dec 03, 2018
3.1rc1 Nov 25, 2018
3.1b1 Oct 26, 2018
3.1a2 Sep 26, 2018
3.1a1 Jun 06, 2018
3.0.4 Apr 25, 2018
3.0.4rc1 Apr 22, 2018
3.0.3 Apr 06, 2018
3.0.3rc1 Mar 30, 2018
3.0.2 Feb 13, 2017
3.0.2rc1 Feb 07, 2017
3.0.1 Jan 06, 2017
3.0.1rc2 Jan 03, 2017
3.0.1rc1 Dec 31, 2016
3.0 Dec 31, 2015
3.0b1 Dec 22, 2015
3.0a2 Dec 10, 2015
3.0a1 Nov 19, 2015
2.9.2 Oct 09, 2015
2.9.1 Aug 28, 2015
2.9 Jul 30, 2015
2.9rc1 Jul 14, 2015
2.9b2 Jul 02, 2015
2.9b1 Jun 26, 2015
2.9a3 Jun 18, 2015
2.9a2 Jun 05, 2015
2.9a1 Apr 10, 2015
2.8.7 Jan 16, 2015
2.8.6 Oct 07, 2014
2.8.6b1 Oct 02, 2014
2.8.5 Jun 17, 2014
2.8.4 Feb 07, 2014
2.8.3 Dec 03, 2013
2.8.2 Nov 26, 2013
2.9.py64bit Jul 30, 2015
2.9.py32bit Jul 30, 2015
2.9.2.win32 Oct 09, 2015
2.9.2.win Oct 09, 2015
2.9.1.win32 Aug 28, 2015
2.9.1.win Aug 28, 2015
2.8.7.win32 Jan 16, 2015
2.8.7.win Jan 16, 2015
2.8.6.win32 Oct 07, 2014
2.8.6.win Oct 07, 2014
2.8.5.win32 Jun 17, 2014
2.8.5.win Jun 17, 2014
2.8.4.win32 Feb 07, 2014
2.8.4.win Feb 07, 2014
2.8.3.win32 Dec 03, 2013
2.8.3.win Dec 03, 2013
2.8.2.win32 Nov 26, 2013
2.8.2.win Nov 26, 2013

Wheel compatibility matrix

Platform Python 3
any

Files in release

No dependencies