LWC ShadowPath Generator

Generates JS selector path for LWC Synthetic ShadowDOMs.

O que é LWC ShadowPath Generator?

LWC ShadowPath Generator é uma extensão do Chrome desenvolvida por Salesforce, e sua principal característica é "Generates JS selector path for LWC Synthetic ShadowDOMs.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão LWC ShadowPath Generator

Baixe arquivos de extensão LWC ShadowPath Generator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome LWC ShadowPath Generator LWC ShadowPath Generator
ID pjpdcemjgnjlnljbihckfabphjpjhmbl
URL Oficial https://chromewebstore.google.com/detail/lwc-shadowpath-generator/pjpdcemjgnjlnljbihckfabphjpjhmbl
Descrição Generates JS selector path for LWC Synthetic ShadowDOMs.
Tamanho do Arquivo 29.1 KB
Contagem de Instalações 1,000
Versão Atual 1.3
Última Atualização 2020-01-23
Data de Publicação 2020-01-22
Classificação 2.50/5 Total de 6 Avaliações
Desenvolvedor Salesforce
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade http://www.salesforce.com/company/privacy
Idiomas Suportados 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
}