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
公式URL 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
Eメール [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"
}