pH - Playwright Helper
Find Playwright UI elements - id, name and custom attributes highlighted in different colors;Generates Playwright page Objects
pH - Playwright Helperとは何ですか?
pH - Playwright Helperはmonirul.skによって開発されたChromeの拡張機能で、その主な機能は「Find Playwright UI elements - id, name and custom attributes highlighted in different colors;Generates Playwright page Objects」です。
拡張機能のスクリーンショット
pH - Playwright Helper拡張機能のCRXファイルをダウンロード
pH - Playwright Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Find Playwright Test locators such as - id, name and custom attributes highlighted in different colors;Generates Playwright Page Objects
拡張機能の基本情報
名前 | pH - Playwright Helper |
ID | jckkjbhilhnbdoamfbemafahjcdmpakd |
公式URL | https://chromewebstore.google.com/detail/ph-playwright-helper/jckkjbhilhnbdoamfbemafahjcdmpakd |
説明 | Find Playwright UI elements - id, name and custom attributes highlighted in different colors;Generates Playwright page Objects |
ファイルサイズ | 26.26 KB |
インストール数 | 1,264 |
現在のバージョン | 1.0 |
最終更新日 | 2022-09-22 |
公開日 | 2022-09-22 |
開発者 | monirul.sk |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "pH - Playwright Helper", "version": "1.0", "manifest_version": 3, "description": "Find Playwright UI elements - id, name and custom attributes highlighted in different colors;Generates Playwright page Objects", "action": { "default_icon": "pH.png", "default_title": "Playwright Helper", "default_popup": "object_finder.html" }, "permissions": [ "activeTab", "scripting" ] } |