| Library | Description |
|---|---|
| (08-feb-2023 v6.0.2) Robot Framework | The library itself |
| (08-feb-2023 v4.0.0) SeleniumLibrary | Webdriver Selenium |
| (08-feb-2023 v3.8.1rc2) SSH Library | SSH operations |
| (08-feb-2023 v2.0rc1) RIDE | The IDE |
Updated Pygments Robot Framework lexer
Official Pygments site
(Updated on 20-nov-2024 with configobj.zip)
If you need, we have Fedora 26, 28, 32, 33, 36 and CentOS 7 wxPython wheels!
now, we have Fedora 38 wxPython 4.2.1 for Python 3.11 wheel, here.
And now (23-Jan-2024) wxPython 4.2.2a1 for Python 3.12, here.
The new release is 4.2.3 (14-apr-2025), but not available yet for Linux. We have (01-oct-2024) is wxPython 4.2.3a1 for Fedora 40 and Python 3.12, here.
Latest builds based on 4.2.3, from development (21-apr-2025) are wxPython 4.2.4a for Fedora 41 and Python 3.13 here, and Python 3.14a7 here.
Old Python 3.8 package for Fedora 42, wxPython 4.2.2
Python 3.14 package for Fedora 42 (09-jul-2026), wxPython 4.2.5
Get them at the Packages area
(No longer needed, since 2.1.3) Experimental release of RIDE: robotframework_ride-2.1.1-py3-none-any.whl
Install with:
pip install -U https://robotframework.transformidea.com/RIDE/packages/robotframework_ride-2.1.1-py3-none-any.whl
Problem after upgrading to Development version (since 2.1.1), there is a missing package that you must extract. Get the archive configobj.zip
Extract to
You should have something like: (python path)/site-packages/robotide/preferences/configobj
When upgrading fom RIDE to development version, this ZIP archive is extracted automatically.
| File | Description |
|---|---|
| Example.robot | Some variables and FOR LOOP example. |
| dragndrop.robot | Example showing problems with the Drag And Drop keyword. The first test using jQuery passes OK, the other tests are false positives. |
| ParkCalc_test.zip | Examples of Keyword, Data and Behaviour Driven Testing. These tests were adapted from http://www.shino.de/2010/07/06/parkcalc-automation-templates-for-data-driven-tests/ |
| Highlight_Example.zip | Example of an user defined keyword in Python, to highlight elements (in the example all the links with the word `Procurar`). This keyword was adapted from https://github.com/datakurre/robotframework-selenium2screenshots/ |
| emoji.zip | Showing that it is possible to use Emojis and Tags with unicode characters with RobotFramework and SeleniumLibrary. The problem is the rendering on certain IDEs/Editors, in particular on RIDE. |
| Upload_File.zip | Example for SeleniumLibrary keyword Choose File. Not the best example because requires to click on a button. We may see the error Internal Server Error when using the multifile drop-down area. |
| Get_Webdriver.robot | Task suite to obtain new Chromedriver and Geckodriver, using RESTInstance, prepared for Linux systems but you can adjust for other systems. |
| Zip archive from https://github.com/HelioGuilherme66/robot_framework_examples | Working web page example, for Gherkin tests using localized test suites, in English, French and Portuguese. Uses SeleniumLibrary. |
| appium_draw_app.zip | An app made with kivi.org (actually their demo app), with the goal to make a mobile app to test my AppiumLibrary new keyword, Swipe Path. For more info see this Forum post. |