WebdriverIO Debugger
Start, Stop and step through WebdriverIO tests
WebdriverIO Debugger là gì?
WebdriverIO Debugger là một tiện ích mở rộng Chrome được phát triển bởi wpbrock, và tính năng chính của nó là "Start, Stop and step through WebdriverIO tests".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng WebdriverIO Debugger
Tải xuống các tệp mở rộng WebdriverIO Debugger 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
Pause, play and step through WebdriverIO tests
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | WebdriverIO Debugger |
ID | gllhbgehjoimdepaokeloljejokfdmof |
URL Chính Thức | https://chromewebstore.google.com/detail/webdriverio-debugger/gllhbgehjoimdepaokeloljejokfdmof |
Mô tả | Start, Stop and step through WebdriverIO tests |
Kích Thước Tệp | 7.7 KB |
Số Lần Cài Đặt | 32 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2019-07-17 |
Ngày Phát Hành | 2019-07-13 |
Nhà Phát Triển | wpbrock |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WebdriverIO Debugger", "version": "0.0.1", "description": "Start, Stop and step through WebdriverIO tests", "permissions": [ "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": "images\/wdio-icon.png", "default_title": "WebdriverIO Debugger" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*\/*" ] } ], "manifest_version": 2 } |