Robot Framework
Robot Framework is an open source, easy to learn, and easy to use, yet powerful, and extendable, generic automation framework for software testing and RPA (robotic process automation). While it's original purpose was to support acceptance testing and acceptance test driven development (ATDD) of embedded software at Nokia Networks back in 2005, nowadays it is also widely used for automation of integration tests and end-to-end tests in desktop, web, and mobile development. You can use it to automate GUI based applications as well as REST, RPC, SOAP and other API, and protocol based testing. Due to it's text based nature and cli tools RF is a perfect match for agile and DevOps, and DevSecOps driven projects striving to succeed in continuous testing. It integrates very well with open source and commercial CI/CD solutions like Jenkins, CircleCI, Github Actions, and Azure Pipelines - just to name a few. It is also developer friendly and can easily be versioned with Git, and used with Docker and other container and virtualisation technologies to support building and maintaining of scalable (test) environments following the configuration as code or infrastructure as code approach. RF can be used in projects of any technology stack, and runs on any infrastructure (Windows, Mac, Linux, cloud) - it is stack and infrastructure agnostic.
Here are 454 public repositories matching this topic...
Today, I stumbled upon the lack of ability to set the page load timeout defined by the W3C WebDriver standard [1]. The underlying Python Selenium implementation does provide a corresponding set_page_load_timeout method in selenium.webdriver.remote.webdriver.WebDriver [2].
Too me, it is not completely clear how this should be handled on the library level. SeleniumLibrary currently has two ki
It is good practice that repositories contain a CONTRIBUTING document in the root directory.
This makes it easy for contributors, especially first time contributors, to follow project standards and create pull requests in accordance with how the maintainers would like submissions to be made.
The format of this document is normally Markdown (.md) or reStructuredText (.rst/.rest). Both format
-
Updated
Mar 24, 2022 - Python
-
Updated
Feb 7, 2022 - Python
-
Updated
May 9, 2020 - C++
-
Updated
Mar 31, 2021 - Java
-
Updated
Feb 9, 2022 - Python
-
Updated
Mar 23, 2022 - Go
-
Updated
Mar 22, 2022 - Java
-
Updated
Feb 3, 2022 - Python
-
Updated
Feb 17, 2022 - HTML
-
Updated
Jun 21, 2021 - RobotFramework
Robot Framework 5 brings several new syntax features:
- Native TRY/EXCEPT
- WHILE loop
- RETURN statement
- Inline IF
- BREAK & CONTINUE
Create recipes to demonstrate how to use the new syntax.
-
Updated
Mar 23, 2022 - Python
-
Updated
Mar 29, 2021 - Python
-
Updated
Mar 24, 2022 - Python
-
Updated
Mar 23, 2022 - Python
-
Updated
Dec 28, 2021 - JavaScript
-
Updated
Nov 19, 2021 - JavaScript
-
Updated
Feb 27, 2022 - Python
-
Updated
Mar 24, 2022 - Jupyter Notebook
-
Updated
Feb 5, 2020 - Python
-
Updated
Dec 22, 2021 - Python
-
Updated
Sep 22, 2019 - Shell
-
Updated
Sep 20, 2021 - Python
-
Updated
Feb 3, 2022 - Python
As click seems not to support this globaly, you should implement this per project. See pallets/click#2207
Please add an option, e.g. --color=no and/or support https://no-color.org/
-
Updated
Jan 21, 2022 - Python
Created by Pekka Klärck
Released 06 2008
Latest release 1 day ago
- Repository
- robotframework/robotframework
- Website
- robotframework.org
- Wikipedia
- Wikipedia


Hi, I came across strange behaviour of RF regarding embedded arguments. I have keyword
In other words, the argument cannot contain any space. Then,
Perform abcdpasses, as it contains no space.Perform ab cdfails with No keyword with name 'Perform ab cd' found, since it does contain a space. So far so good. But when I set the valu