Robocorp Recorder
A browser extension that records user action and scans the page to generate RobotFramework scripts
Robocorp Recorder là gì?
Robocorp Recorder là một tiện ích mở rộng Chrome được phát triển bởi Robocorp, và tính năng chính của nó là "A browser extension that records user action and scans the page to generate RobotFramework scripts".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Robocorp Recorder
Tải xuống các tệp mở rộng Robocorp Recorder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mcecdbgadanapabbhbejbkmmgcifcdbn |
URL Chính Thức | https://chrome.google.com/webstore/detail/mcecdbgadanapabbhbejbkmmgcifcdbn |
Mô tả | A browser extension that records user action and scans the page to generate RobotFramework scripts |
Kích Thước Tệp | 203 KB |
Số Lần Cài Đặt | 1,511 |
Phiên Bản Hiện Tại | 0.6.2 |
Cập Nhật Lần Cuối | 2022-04-01 |
Ngày Phát Hành | 2021-01-08 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Robocorp |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/robocorp/Robotcorder/ |
URL Trang Trợ Giúp | https://github.com/robocorp/Robotcorder/issues |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |