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 擴展基本資訊
| 名稱 | |
| ID | jckkjbhilhnbdoamfbemafahjcdmpakd |
| 官方網址 | 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 |
| 電子郵箱 | [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"
]
} | |