TestWise Recorder

Record user actions on web pages into Selenium WebDriver scripts in Ruby, Python, JavaScript, Java, C# and Watir

TestWise Recorder란 무엇입니까?

TestWise Recorder은(는) Zhimin Zhan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Record user actions on web pages into Selenium WebDriver scripts in Ruby, Python, JavaScript, Java, C# and Watir"입니다.

확장 프로그램 스크린샷

screenshot

TestWise Recorder 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Record user actions on web pages into Selenium WebDriver scripts in Ruby, Python, JavaScript, Java, C# and Watir.                    

확장 프로그램 기본 정보

이름 TestWise Recorder TestWise Recorder
ID febfogamlejngokejcaimklgcfphjbok
공식 URL https://chrome.google.com/webstore/detail/testwise-recorder/febfogamlejngokejcaimklgcfphjbok
설명 Record user actions on web pages into Selenium WebDriver scripts in Ruby, Python, JavaScript, Java, C# and Watir
파일 크기 704 KB
설치 횟수 697
현재 버전 0.5.2
최근 업데이트 2020-03-29
출시 날짜 2020-03-26
평점 4.20/5 총 5 개의 평점
개발자 Zhimin Zhan
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://testwisely.com/testwise/recorder
개인정보 보호 정책 페이지 URL https://whenwise.com/policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TestWise Recorder",
    "description": "Record user actions on web pages into Selenium WebDriver scripts in Ruby, Python, JavaScript, Java, C# and Watir",
    "version": "0.5.2",
    "author": "Zhimin Zhan",
    "homepage_url": "https:\/\/testwisely.com\/agileway-recorder",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon_menu16.png",
            "32": "icons\/icon_menu32.png",
            "64": "icons\/icon_menu64.png"
        },
        "default_title": "TestWise Recorder"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "notifications",
        "webNavigation"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/jquery-3.3.1.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "assets\/jquery-3.3.1.min.js",
            "background.js"
        ],
        "persistent": false
    }
}