Robocorp Recorder
A browser extension that records user action and scans the page to generate RobotFramework scripts
What is Robocorp Recorder?
Robocorp Recorder is a Chrome extension developed by Robocorp, and its main feature is "A browser extension that records user action and scans the page to generate RobotFramework scripts".
Extension Screenshots
Download Robocorp Recorder Extension CRX File
Download Robocorp Recorder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A browser extension that generates RobotFramework automation scripts for SeleniumLibrary and Browser. Useful for creating script to work as a "skeleton" to start programming tests and / or RPA on top of. Forked from Wendy's Robotcorder https://github.com/sohwendy/Robotcorder Use by opening the extension, configuring desired target library and mode (RPA or test automation) and then either scanning the page for selectors / locators or using record mode to save done user actions as a script. See more documentation and info at https://github.com/robocorp/Robocorp-Recorder#robocorp-recorder
Extension Basic Information
Name | |
ID | mcecdbgadanapabbhbejbkmmgcifcdbn |
Official URL | https://chrome.google.com/webstore/detail/mcecdbgadanapabbhbejbkmmgcifcdbn |
Description | A browser extension that records user action and scans the page to generate RobotFramework scripts |
File Size | 203 KB |
Installation Count | 1,511 |
Current Version | 0.6.2 |
Last Updated | 2022-04-01 |
Publish Date | 2021-01-08 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Robocorp |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/robocorp/Robotcorder/ |
Help Page URL | https://github.com/robocorp/Robotcorder/issues |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Robocorp Recorder", "version": "0.6.2", "homepage_url": "https:\/\/github.com\/robocorp\/Robotcorder#robocorp-recorder", "description": "A browser extension that records user action and scans the page to generate RobotFramework scripts", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "scripts": [ ".\/src\/constants.js", ".\/src\/translator\/robot-translator.js", ".\/src\/background.js" ], "persistent": true }, "options_page": ".\/src\/options.html", "content_scripts": [ { "matches": [ " |