LWC ShadowPath Generator
Generates JS selector path for LWC Synthetic ShadowDOMs.
Cos'è LWC ShadowPath Generator?
LWC ShadowPath Generator è un'estensione di Chrome sviluppata da Salesforce, e la sua funzione principale è "Generates JS selector path for LWC Synthetic ShadowDOMs.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione LWC ShadowPath Generator
Scarica i file di estensione LWC ShadowPath Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | LWC ShadowPath Generator |
ID | pjpdcemjgnjlnljbihckfabphjpjhmbl |
URL Ufficiale | https://chromewebstore.google.com/detail/lwc-shadowpath-generator/pjpdcemjgnjlnljbihckfabphjpjhmbl |
Descrizione | Generates JS selector path for LWC Synthetic ShadowDOMs. |
Dimensione del File | 29.1 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2020-01-23 |
Data di Pubblicazione | 2020-01-22 |
Valutazione | 2.50/5 Totale 6 Valutazioni |
Sviluppatore | Salesforce |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | http://www.salesforce.com/company/privacy |
Lingue Supportate | 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 } |