Robotcorder
A Robot that records user action and scans the page to generate RobotFramework test scripts (beta)
Robotcorder là gì?
Robotcorder là một tiện ích mở rộng Chrome được phát triển bởi wencodes, và tính năng chính của nó là "A Robot that records user action and scans the page to generate RobotFramework test scripts (beta)".
Ả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 Robotcorder
Tải xuống các tệp mở rộng Robotcorder 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Robotcorder |
ID | ifiilbfgcemdapeibjfohnfpfmfblmpd |
URL Chính Thức | https://chromewebstore.google.com/detail/robotcorder/ifiilbfgcemdapeibjfohnfpfmfblmpd |
Mô tả | A Robot that records user action and scans the page to generate RobotFramework test scripts (beta) |
Kích Thước Tệp | 210 KB |
Số Lần Cài Đặt | 5,074 |
Phiên Bản Hiện Tại | 0.4.0 |
Cập Nhật Lần Cuối | 2018-09-22 |
Ngày Phát Hành | 2018-09-22 |
Đánh Giá | 4.56/5 Tổng số 18 Đánh Giá |
Nhà Phát Triển | wencodes |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/sohwendy/Robotcorder |
URL Trang Trợ Giúp | https://github.com/sohwendy/Robotcorder |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |