LWC ShadowPath Generator
Generates JS selector path for LWC Synthetic ShadowDOMs.
Qu'est-ce que LWC ShadowPath Generator ?
LWC ShadowPath Generator est une extension Chrome développée par Salesforce, et sa fonction principale est "Generates JS selector path for LWC Synthetic ShadowDOMs.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension LWC ShadowPath Generator
Téléchargez les fichiers d'extension LWC ShadowPath Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | LWC ShadowPath Generator |
ID | pjpdcemjgnjlnljbihckfabphjpjhmbl |
URL Officiel | https://chromewebstore.google.com/detail/lwc-shadowpath-generator/pjpdcemjgnjlnljbihckfabphjpjhmbl |
Description | Generates JS selector path for LWC Synthetic ShadowDOMs. |
Taille du Fichier | 29.1 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2020-01-23 |
Date de Publication | 2020-01-22 |
Évaluation | 2.50/5 Total 6 Évaluations |
Développeur | Salesforce |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | http://www.salesforce.com/company/privacy |
Langues Prises en Charge | 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 } |