Robocorp Recorder
A browser extension that records user action and scans the page to generate RobotFramework scripts
Τι είναι το Robocorp Recorder;
Το Robocorp Recorder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Robocorp, και η κύρια λειτουργία του είναι "A browser extension that records user action and scans the page to generate RobotFramework scripts".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Robocorp Recorder
Λήψη αρχείων επέκτασης Robocorp Recorder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | mcecdbgadanapabbhbejbkmmgcifcdbn |
Επίσημο URL | https://chrome.google.com/webstore/detail/mcecdbgadanapabbhbejbkmmgcifcdbn |
Περιγραφή | A browser extension that records user action and scans the page to generate RobotFramework scripts |
Μέγεθος Αρχείου | 203 KB |
Αριθμός Εγκαταστάσεων | 1,511 |
Τρέχουσα Έκδοση | 0.6.2 |
Τελευταία Ενημέρωση | 2022-04-01 |
Ημερομηνία Δημοσίευσης | 2021-01-08 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Robocorp |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/robocorp/Robotcorder/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/robocorp/Robotcorder/issues |
Υποστηριζόμενες Γλώσσες | 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": [ " |