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.」です。
拡張機能のスクリーンショット
LWC ShadowPath Generator拡張機能のCRXファイルをダウンロード
LWC ShadowPath Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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 } |