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
电子邮箱 [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"
}