Robotcorder
A Robot that records user action and scans the page to generate RobotFramework test scripts (beta)
ما هو Robotcorder؟
Robotcorder هو إضافة Chrome تم تطويرها بواسطة wencodes، والميزة الرئيسية لها هي "A Robot that records user action and scans the page to generate RobotFramework test scripts (beta)".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Robotcorder
قم بتنزيل ملفات الامتداد Robotcorder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | 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": [ " |