Robotcorder
A Robot that records user action and scans the page to generate RobotFramework test scripts (beta)
Robotcorder क्या है?
Robotcorder wencodes द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Robot that records user action and scans the page to generate RobotFramework test scripts (beta)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Robotcorder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Robotcorder generates RobotFramework test script by recording user interactions and scanning the html page. It aims to be equivalent of Selenium IDE for RobotFramework browser test automation. http://bit.ly/robotcorder-blog Change log http://bit.ly/robotcorder-changelog -- 0.4.0 -- - Add options to customise the locators -- 0.3.0 -- Add pause & resume feature Fix Scan bug -- 0.2.0 -- Add copy to clipboard function Change spacing to 4 Include google font -- 0.1.9 -- Add more settings - Sleep 3s, Check Element. Listen to all the frames including iframes. May be slow for page with many elements. Reduce permission.
एक्सटेंशन की मूल जानकारी
नाम | Robotcorder |
ID | ifiilbfgcemdapeibjfohnfpfmfblmpd |
आधिकारिक URL | https://chromewebstore.google.com/detail/robotcorder/ifiilbfgcemdapeibjfohnfpfmfblmpd |
विवरण | A Robot that records user action and scans the page to generate RobotFramework test scripts (beta) |
फ़ाइल का आकार | 210 KB |
स्थापना संख्या | 5,074 |
वर्तमान संस्करण | 0.4.0 |
अंतिम अपडेट | 2018-09-22 |
प्रकाशन तिथि | 2018-09-22 |
रेटिंग | 4.56/5 कुल 18 रेटिंग्स |
डेवलपर | wencodes |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/sohwendy/Robotcorder |
सहायता पृष्ठ URL | https://github.com/sohwendy/Robotcorder |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Robotcorder", "version": "0.4.0", "homepage_url": "https:\/\/github.com\/sohwendy\/Robotcorder", "description": "A Robot that records user action and scans the page to generate RobotFramework test scripts (beta)", "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": [ " |