LWC ShadowPath Generator
Generates JS selector path for LWC Synthetic ShadowDOMs.
LWC ShadowPath Generator là gì?
LWC ShadowPath Generator là một tiện ích mở rộng Chrome được phát triển bởi Salesforce, và tính năng chính của nó là "Generates JS selector path for LWC Synthetic ShadowDOMs.".
Ả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 LWC ShadowPath Generator
Tải xuống các tệp mở rộng LWC ShadowPath Generator 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
Chrome Extension to generate Selector paths for elements encapsulated by our LWC components' Synthetic Shadow DOM. Attempting to reproduce the functionality of Copy > Copy JS Path that Chrome provides for native Shadow DOM To Use: 1. Inspect any element to open Element Inspector, and then open up the LWC ShadowRoot panel by clicking '>>' on the far right. 2. Select the element that the obsolete Selenium selector used to select. 3. Copy and paste from the panel's jspath field into the console to confirm that it is selecting the desired element (remove the extra surrounding double quotes after pasting). 4. Copy and paste from the panel's java field into existing java test code to replace the obsolete Selenium selector.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | LWC ShadowPath Generator |
ID | pjpdcemjgnjlnljbihckfabphjpjhmbl |
URL Chính Thức | https://chromewebstore.google.com/detail/lwc-shadowpath-generator/pjpdcemjgnjlnljbihckfabphjpjhmbl |
Mô tả | Generates JS selector path for LWC Synthetic ShadowDOMs. |
Kích Thước Tệp | 29.1 KB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2020-01-23 |
Ngày Phát Hành | 2020-01-22 |
Đánh Giá | 2.50/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Salesforce |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | http://www.salesforce.com/company/privacy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LWC ShadowPath Generator", "version": "1.3", "description": "Generates JS selector path for LWC Synthetic ShadowDOMs.", "devtools_page": "devtools.html", "icons": { "128": "images\/icon-128.png" }, "browser_action": { "default_icon": "images\/icon-16.png" }, "manifest_version": 2 } |