Robocorp Recorder
A browser extension that records user action and scans the page to generate RobotFramework scripts
Robocorp Recorder क्या है?
Robocorp Recorder Robocorp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A browser extension that records user action and scans the page to generate RobotFramework scripts"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Robocorp Recorder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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": [ " |