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 snapshotsTracking since Apr 1, 2026.
View as table
| Date | Users | Rating | Reviews | Version |
|---|---|---|---|---|
| Apr 1, 2026 | 185 | — | — | 1.0 |
| Apr 20, 2026 | 188 | — | — | 1.0 |
| May 6, 2026 | 197 | — | — | 1.0 |
| May 17, 2026 | 213 | — | — | 1.0 |
| May 30, 2026 | 212 | — | — | 1.0 |
| Now | 250 | — | — | 1.0 |
Permissions & access
- Permissions
- None declared
- Host access
- None declared
Screenshots
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/tobiasBoraTechnical
- 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.
RF Recorder
A browser extension that records user action and scans the page to generate RobotFramework scripts
40
Auto Test Recorder for Robot & Playwright
Record web interactions and instantly generate automated test scripts for Robot Framework and Playwright.
16
SJ Recorder
A browser extension that records user action and scans the page to generate Java Selenium scripts
7
TestBot Recorder
Record browser interactions and capture web elements with auto-generated locators for test automation.
51
★ 5.0
Playwright Chrome Recorder
Playwright extension for DevTools that allows you to export tests directly from the Recorder panel.
10.0K
★ 2.8
Playwright Test Recorder
Record user interactions and generate Playwright test scripts
61
RobotFramework Recorder
A browser extension that records user action and scans the page to generate RobotFramework scripts
102
★ 5.0
CodeceptJS Chrome Recorder
CodeceptJS Extension for Devtools that allows you to export tests directly from the Recorder panel.
1.0K
★ 5.0
Data sourced from the Chrome Web Store · last verified May 30, 2026.