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”。

扩展截图

screenshot
screenshot

下载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 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
电子邮箱 [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"
    ]
}