SauceLabs Low Code Test Recorder

Selenium Test Generator for creating low-code tests in the SauceLabs Low Code Test Recorder.

SauceLabs Low Code Test Recorder là gì?

SauceLabs Low Code Test Recorder là một tiện ích mở rộng Chrome được phát triển bởi https://autonomiq.ai, và tính năng chính của nó là "Selenium Test Generator for creating low-code tests in the SauceLabs Low Code Test Recorder.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SauceLabs Low Code Test Recorder

Tải xuống các tệp mở rộng SauceLabs Low Code Test 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

                        The AutonomIQ AI Studio Recorder is a user-friendly record and playback Chrome extension that empowers you to write, validate, and execute test automation in minutes. 

As an alternative to Selenium IDE, the AutonomIQ AI Studio Recorder helps you record browser interactions, and create multiple e2e test cases that can be saved for the future. This will speed up your development cycle and help you deliver digital confidence with every release.

Smart Recorder features:

- Record clicks, input events, etc.
- Pause the recording when navigating.
- Identify elements from the overlay.
- Monitor recorded events.
- Export to Selenium code.
- Tweak the contents of the generated code.

How to get started:

1. Click Add to Chrome.
2. In the Add “AutonomIQ AI Studio Recorder”? Window, click Add extension.
3. To launch the Recorder, in Google Chrome, click the Extensions icon and then click AutonomIQ AI Studio Recorder.

Release Details - This plugin internally packaged as version 6.3 by Autonomiq developers                    

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

Tên SauceLabs Low Code Test Recorder SauceLabs Low Code Test Recorder
ID gbpjhipoimcbdgocmigniagbdbniikab
URL Chính Thức https://chromewebstore.google.com/detail/saucelabs-low-code-test-r/gbpjhipoimcbdgocmigniagbdbniikab
Mô tả Selenium Test Generator for creating low-code tests in the SauceLabs Low Code Test Recorder.
Kích Thước Tệp 1.72 MB
Số Lần Cài Đặt 253
Phiên Bản Hiện Tại 3.0.60
Cập Nhật Lần Cuối 2023-09-30
Ngày Phát Hành 2020-04-27
Nhà Phát Triển https://autonomiq.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://autonomiq.io
URL Trang Trợ Giúp https://autonomiq.io
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SauceLabs Low Code Test Recorder",
    "description": "Selenium Test Generator for creating low-code tests in the SauceLabs Low Code Test Recorder.",
    "manifest_version": 3,
    "homepage_url": "https:\/\/saucelabs.com\/products\/low-code-testing",
    "version": "3.0.60",
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "action": {
        "default_icon": "icons-48.png",
        "default_title": "SauceLabs Low Code"
    },
    "icons": {
        "48": "icons-48.png",
        "96": "icons-96.png",
        "128": "icons-128.png"
    },
    "background": {
        "service_worker": "extension\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content-script\/contentScript.css"
            ],
            "all_frames": true,
            "js": [
                "content-script\/contentScript.js"
            ],
            "match_about_blank": true
        },
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content-script\/recorder.js",
                "content-script\/xpath.js",
                "content-script\/web-page.js",
                "content-script\/shadowDom.js"
            ],
            "match_about_blank": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/logo.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}