Chrome Robot

Writes Selenium automated tests for the Robot Framework

Chrome Robot là gì?

Chrome Robot là một tiện ích mở rộng Chrome được phát triển bởi João Carloto, và tính năng chính của nó là "Writes Selenium automated tests for the Robot Framework".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chrome Robot

Tải xuống các tệp mở rộng Chrome Robot 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

                        Chrome Robot will boost your test automation productivity by helping you create high level custom keywords in an efficient manner.

Here are some of the features:
- Bulk selection of elements and creation of test steps in an adaptative way.
- Filling and verification of forms based on their current state.
- Easy preference definition for the page element locators.
- Element localization thru automatically generated XPath, based on an element's own text or text of a nearby element.
- Automatic creation of variables based on the value of inputs.
- Test script download, so you can run it directly or incorporate the code on your test automation project.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Chrome Robot Chrome Robot
ID dihdbpkpgdkioobahfpnkondnekhbmlo
URL Chính Thức https://chrome.google.com/webstore/detail/dihdbpkpgdkioobahfpnkondnekhbmlo
Mô tả Writes Selenium automated tests for the Robot Framework
Kích Thước Tệp 1.1 MB
Số Lần Cài Đặt 2,517
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2021-12-30
Ngày Phát Hành 2019-05-26
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển João Carloto
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/joao-carloto/ChromeRobot
URL Trang Trợ Giúp https://github.com/joao-carloto/ChromeRobot/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Robot",
    "version": "0.0.5",
    "description": "Writes Selenium automated tests for the Robot Framework",
    "default_locale": "en",
    "devtools_page": "devtools.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "gui\/skin\/icon16.png",
        "48": "gui\/skin\/icon48.png",
        "128": "gui\/skin\/icon128.png"
    },
    "browser_action": {
        "default_icon": "gui\/skin\/icon16.png",
        "default_popup": "gui\/redirect_popup.html",
        "default_title": "Chrome Robot"
    },
    "commands": {
        "toggle-select": {
            "suggested_key": {
                "default": "Alt+Shift+Z",
                "windows": "Alt+Shift+Z",
                "mac": "Alt+Shift+Z"
            },
            "description": "Toggles select mode"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}