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": [ " |