Robotcorder
A Robot that records user action and scans the page to generate RobotFramework test scripts (beta)
Vad är Robotcorder?
Robotcorder är en Chrome-tillägg utvecklad av wencodes, och dess huvudfunktion är "A Robot that records user action and scans the page to generate RobotFramework test scripts (beta)".
Tilläggsskärmbilder
Ladda ner Robotcorder-förlängningens CRX-fil
Ladda ner Robotcorder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Robotcorder |
ID | ifiilbfgcemdapeibjfohnfpfmfblmpd |
Officiell webbadress | https://chromewebstore.google.com/detail/robotcorder/ifiilbfgcemdapeibjfohnfpfmfblmpd |
Beskrivning | A Robot that records user action and scans the page to generate RobotFramework test scripts (beta) |
Filstorlek | 210 KB |
Antal Installationer | 5,074 |
Aktuell Version | 0.4.0 |
Senast Uppdaterad | 2018-09-22 |
Publiceringsdatum | 2018-09-22 |
Betyg | 4.56/5 Totalt 18 Betyg |
Utvecklare | wencodes |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/sohwendy/Robotcorder |
Hjälpsida URL | https://github.com/sohwendy/Robotcorder |
Stödda Språk | 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": [ " |