LWC ShadowPath Generator

Generates JS selector path for LWC Synthetic ShadowDOMs.

LWC ShadowPath Generatorคืออะไร?

LWC ShadowPath Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Salesforce และคุณลักษณะหลักของมันคือ "Generates JS selector path for LWC Synthetic ShadowDOMs."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LWC ShadowPath Generator

ดาวน์โหลดไฟล์ส่วนขยาย LWC ShadowPath Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ LWC ShadowPath Generator LWC ShadowPath Generator
ID pjpdcemjgnjlnljbihckfabphjpjhmbl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lwc-shadowpath-generator/pjpdcemjgnjlnljbihckfabphjpjhmbl
คำอธิบาย Generates JS selector path for LWC Synthetic ShadowDOMs.
ขนาดไฟล์ 29.1 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2020-01-23
วันที่เผยแพร่ 2020-01-22
คะแนน 2.50/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Salesforce
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://www.salesforce.com/company/privacy
ภาษาที่รองรับ 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
}