Robocorp Recorder
A browser extension that records user action and scans the page to generate RobotFramework scripts
Cos'è Robocorp Recorder?
Robocorp Recorder è un'estensione di Chrome sviluppata da Robocorp, e la sua funzione principale è "A browser extension that records user action and scans the page to generate RobotFramework scripts".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Robocorp Recorder
Scarica i file di estensione Robocorp Recorder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | mcecdbgadanapabbhbejbkmmgcifcdbn |
URL Ufficiale | https://chrome.google.com/webstore/detail/mcecdbgadanapabbhbejbkmmgcifcdbn |
Descrizione | A browser extension that records user action and scans the page to generate RobotFramework scripts |
Dimensione del File | 203 KB |
Conteggio Installazioni | 1,511 |
Versione Corrente | 0.6.2 |
Ultimo Aggiornamento | 2022-04-01 |
Data di Pubblicazione | 2021-01-08 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Robocorp |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/robocorp/Robotcorder/ |
URL della Pagina di Aiuto | https://github.com/robocorp/Robotcorder/issues |
Lingue Supportate | 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": [ " |