WebdriverIO Chrome Recorder

WebdriverIO Extension for Devtools that allows you to export tests directly from the Recorder panel.

什麼是WebdriverIO Chrome Recorder?

WebdriverIO Chrome Recorder是由christian.bromann開發的Chrome擴展程式,該擴展的主要功能是“WebdriverIO Extension for Devtools that allows you to export tests directly from the Recorder panel.”。

擴展截圖

screenshot

下載WebdriverIO Chrome Recorder擴展crx文件

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

擴展使用說明

                        WebdriverIO Extension for DevTools that allows you to export tests directly from the Recorder panel. WebdriverIO Chrome Recorder Extension lets you export user flows as WebdriverIO test scripts from the Recorder panel in Chrome DevTools.

With Chrome Recorder and the WebdriverIO Chrome Recorder Extension, you can start creating test scripts for WebdriverIO with just a few clicks.

After installing this extension, you will see a new "Export as WebdriverIO Test Script" option available under the export menu.

Learn more about Chrome Recorder and the WebdriverIO extension with our official guide: https://bit.ly/wdio-recorder                    

擴展基本資訊

名稱 WebdriverIO Chrome Recorder WebdriverIO Chrome Recorder
ID pllimkccefnbmghgcikpjkmmcadeddfn
官方網址 https://chromewebstore.google.com/detail/webdriverio-chrome-record/pllimkccefnbmghgcikpjkmmcadeddfn
簡介 WebdriverIO Extension for Devtools that allows you to export tests directly from the Recorder panel.
檔案大小 30.49 KB
安裝次數 3,043
目前版本 0.5.1
更新時間 2023-05-23
上架時間 2022-08-19
評分 3.00/5 共 2 次評分
開發者 christian.bromann
電子郵箱 [email protected]
付費類型 free
擴展官網 https://webdriver.io
說明頁面URL https://gitter.im/webdriverio/webdriverio
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.5.1",
    "name": "WebdriverIO Chrome Recorder",
    "description": "WebdriverIO Extension for Devtools that allows you to export tests directly from the Recorder panel.",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "author": "Christian Bromann ",
    "homepage_url": "https:\/\/webdriver.io",
    "offline_enabled": true,
    "permissions": [],
    "devtools_page": "DevToolsPlugin.html",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "minimum_chrome_version": "101"
}