Robotframework-recorder

Exporter for Chrome Recorder targeting Robotframework (Browser and Selenium libraries)

As of May 2026, Robotframework-recorder has 250 users in the Developer Tools category.

Usersup 35.1 percent+35.1%
250
250
Ratingno change0%
— reviews
Reviewsno change0%
Version
1.0
Manifest V3

History

5 snapshots

Tracking since Apr 1, 2026.

255.2217.5179.8Apr 1, 2026May 30, 2026
View as table
DateUsersRatingReviewsVersion
Apr 1, 20261851.0
Apr 20, 20261881.0
May 6, 20261971.0
May 17, 20262131.0
May 30, 20262121.0
Now2501.0

Permissions & access

Permissions
None declared
Host access
None declared

Screenshots

Robotframework-recorder screenshot 1

About

# Robot Framework Recorder

This open source Chrome/Chromium extension allows you to record clicks/keyboard entries/… within your browser, and export them as a Robot Framework script (supporting both the Browser and Selenium libraries, even if Selenium is more experimental), like:

```
*** Settings ***
Library    Browser

*** Test Cases ***
My first test
    New Browser    chromium    headless=false
    New Page  https://yourwebsite
    Click  [name='username']
    Fill Text  [name='username']  me
    Click  [name='password']
    Fill Text  [name='password']  my password
    Click  "Login"
```

Full instructions are described in the page of the project (https://github.com/leo-colisson/robotframework-recorder), but for readers in hurry, you can follow these steps:

1. Install this extension
2. Open DevTools (F12, or Ctrl-Shift-I, or via the menu…)
3. Go to the "Recorder" tab, if it does not appear you can also open it via the `3 dots > More tools > Recorder`.
4. Click "Create a new recording"
5. Give it a name, and we also **recommend to set `name` in the "selector attribute" field** to get more stable locator (see the "Know issues and workarounds" section below for details)
6. Click "Start recording"
7. Perform in the browser the actions you want to record (fill form, click buttons…)
8. Click "End recording"
9. You can then get the generated script either by clicking `Show Code` at the top right of the recording (to copy/paste), or via the `Export` button (to download a file). You have a list of available exporters, and this library adds (for now) 2 exporters:
   - `RobotFrameworkRecorder (Browser, no aria)`
   - `RobotFrameworkRecorder (Browser, aria as text)`
   - `RobotFrameworkRecorder (Selenium)`
   The first two exporters target the `Browser` library, the main differences between them is that the `aria as text` variant will try to generate when possible things like `Click  "your text"` instead of `Click  label:nth-of-type(1) > input`. This is of course more readable, but we sadly cannot guarantee here that the selector will always work (though it should fail quite rarely, see "Know issues and workarounds" for details). The exporter `RobotFrameworkRecorder (Selenium)` targets the `SeleniumLibrary` library. Since, to the best of our knowledge, it does not support selecting by text, only CSS and XPath selectors are supported.
   
This script can then simply be called by robot framework, after installing the corresponding library: robotframework-browser (https://robotframework-browser.org/) or SeleniumLibrary (https://robotframework.org/SeleniumLibrary/SeleniumLibrary.html).

Donations: https://github.com/sponsors/tobiasBora

Technical

Version
1.0
Manifest
V3
Size
15.11KiB
Min Chrome
88
Languages
1
Featured
No

Metadata

ID
jgimecbadohdchfdpajoegnbejfkndpg
Developer ID
u83ac4b4e941cc9f2617ee999d3622872
Developer Email
[email protected]
Created
Aug 7, 2025
Last Updated (Store)
Aug 11, 2025
Last Scraped
May 30, 2026
Website
Privacy Policy

Similar extensions

Alternatives to Robotframework-recorder, ranked by description similarity.

Data sourced from the Chrome Web Store · last verified May 30, 2026.