LWC ShadowPath Generator
Generates JS selector path for LWC Synthetic ShadowDOMs.
LWC ShadowPath Generator क्या है?
LWC ShadowPath Generator Salesforce द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generates JS selector path for LWC Synthetic ShadowDOMs."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में LWC ShadowPath Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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 } |