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文件

下載TestWise Recorder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 TestWise Recorder TestWise Recorder
ID febfogamlejngokejcaimklgcfphjbok
官方網址 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
    }
}