LWC ShadowPath Generator
Generates JS selector path for LWC Synthetic ShadowDOMs.
¿Qué es LWC ShadowPath Generator?
LWC ShadowPath Generator es una extensión de Chrome desarrollada por Salesforce, y su función principal es "Generates JS selector path for LWC Synthetic ShadowDOMs.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión LWC ShadowPath Generator
Descarga archivos de extensión LWC ShadowPath Generator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | LWC ShadowPath Generator |
ID | pjpdcemjgnjlnljbihckfabphjpjhmbl |
URL Oficial | https://chromewebstore.google.com/detail/lwc-shadowpath-generator/pjpdcemjgnjlnljbihckfabphjpjhmbl |
Descripción | Generates JS selector path for LWC Synthetic ShadowDOMs. |
Tamaño del Archivo | 29.1 KB |
Cantidad de Instalaciones | 1,000 |
Versión Actual | 1.3 |
Última Actualización | 2020-01-23 |
Fecha de Publicación | 2020-01-22 |
Calificación | 2.50/5 Total de 6 Calificaciones |
Desarrollador | Salesforce |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | http://www.salesforce.com/company/privacy |
Idiomas Soportados | 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 } |