LWC ShadowPath Generator

Generates JS selector path for LWC Synthetic ShadowDOMs.

What is LWC ShadowPath Generator?

LWC ShadowPath Generator is a Chrome extension developed by Salesforce, and its main feature is "Generates JS selector path for LWC Synthetic ShadowDOMs.".

Extension Screenshots

screenshot

Download LWC ShadowPath Generator Extension CRX File

Download LWC ShadowPath Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name LWC ShadowPath Generator LWC ShadowPath Generator
ID pjpdcemjgnjlnljbihckfabphjpjhmbl
Official URL https://chromewebstore.google.com/detail/lwc-shadowpath-generator/pjpdcemjgnjlnljbihckfabphjpjhmbl
Description Generates JS selector path for LWC Synthetic ShadowDOMs.
File Size 29.1 KB
Installation Count 1,000
Current Version 1.3
Last Updated 2020-01-23
Publish Date 2020-01-22
Rating 2.50/5 Total 6 Ratings
Developer Salesforce
Email [email protected]
Payment Type free
Privacy Policy Page URL http://www.salesforce.com/company/privacy
Supported Languages 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
}