WebdriverIO Chrome Recorder

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

WebdriverIO Chrome Recorder là gì?

WebdriverIO Chrome Recorder là một tiện ích mở rộng Chrome được phát triển bởi christian.bromann, và tính năng chính của nó là "WebdriverIO Extension for Devtools that allows you to export tests directly from the Recorder panel.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng WebdriverIO Chrome Recorder

Tải xuống các tệp mở rộng WebdriverIO Chrome Recorder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WebdriverIO Chrome Recorder WebdriverIO Chrome Recorder
ID pllimkccefnbmghgcikpjkmmcadeddfn
URL Chính Thức https://chromewebstore.google.com/detail/webdriverio-chrome-record/pllimkccefnbmghgcikpjkmmcadeddfn
Mô tả WebdriverIO Extension for Devtools that allows you to export tests directly from the Recorder panel.
Kích Thước Tệp 30.49 KB
Số Lần Cài Đặt 3,043
Phiên Bản Hiện Tại 0.5.1
Cập Nhật Lần Cuối 2023-05-23
Ngày Phát Hành 2022-08-19
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển christian.bromann
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://webdriver.io
URL Trang Trợ Giúp https://gitter.im/webdriverio/webdriverio
Ngôn Ngữ Được Hỗ Trợ 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"
}