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
}