LWC ShadowPath Generator

Generates JS selector path for LWC Synthetic ShadowDOMs.

LWC ShadowPath Generator란 무엇입니까?

LWC ShadowPath Generator은(는) Salesforce에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generates JS selector path for LWC Synthetic ShadowDOMs."입니다.

확장 프로그램 스크린샷

screenshot

LWC ShadowPath Generator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}