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란 무엇입니까?

SauceLabs Low Code Test Recorder은(는) https://autonomiq.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Selenium Test Generator for creating low-code tests in the SauceLabs Low Code Test Recorder."입니다.

확장 프로그램 스크린샷

screenshot

SauceLabs Low Code Test Recorder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 SauceLabs Low Code Test Recorder SauceLabs Low Code Test Recorder
ID gbpjhipoimcbdgocmigniagbdbniikab
공식 URL https://chromewebstore.google.com/detail/saucelabs-low-code-test-r/gbpjhipoimcbdgocmigniagbdbniikab
설명 Selenium Test Generator for creating low-code tests in the SauceLabs Low Code Test Recorder.
파일 크기 1.72 MB
설치 횟수 253
현재 버전 3.0.60
최근 업데이트 2023-09-30
출시 날짜 2020-04-27
개발자 https://autonomiq.ai
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://autonomiq.io
도움말 페이지 URL https://autonomiq.io
지원되는 언어 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}