Robocorp Recorder
A browser extension that records user action and scans the page to generate RobotFramework scripts
Co to jest Robocorp Recorder?
Robocorp Recorder to rozszerzenie Chrome opracowane przez Robocorp, a jego główną funkcją jest „A browser extension that records user action and scans the page to generate RobotFramework scripts”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Robocorp Recorder
Pobierz pliki rozszerzeń Robocorp Recorder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | mcecdbgadanapabbhbejbkmmgcifcdbn |
Oficjalny URL | https://chrome.google.com/webstore/detail/mcecdbgadanapabbhbejbkmmgcifcdbn |
Opis | A browser extension that records user action and scans the page to generate RobotFramework scripts |
Rozmiar pliku | 203 KB |
Liczba instalacji | 1,511 |
Aktualna Wersja | 0.6.2 |
Ostatnia Aktualizacja | 2022-04-01 |
Data Publikacji | 2021-01-08 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Robocorp |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/robocorp/Robotcorder/ |
Adres URL Strony Pomocy | https://github.com/robocorp/Robotcorder/issues |
Obsługiwane Języki | 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": [ " |