pH - Playwright Helper

Find Playwright UI elements - id, name and custom attributes highlighted in different colors;Generates Playwright page Objects

pH - Playwright Helper là gì?

pH - Playwright Helper là một tiện ích mở rộng Chrome được phát triển bởi monirul.sk, và tính năng chính của nó là "Find Playwright UI elements - id, name and custom attributes highlighted in different colors;Generates Playwright page Objects".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng pH - Playwright Helper

Tải xuống các tệp mở rộng pH - Playwright Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Find Playwright Test locators such as - id, name and custom attributes highlighted in different colors;Generates Playwright Page Objects                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên pH - Playwright Helper pH - Playwright Helper
ID jckkjbhilhnbdoamfbemafahjcdmpakd
URL Chính Thức https://chromewebstore.google.com/detail/ph-playwright-helper/jckkjbhilhnbdoamfbemafahjcdmpakd
Mô tả Find Playwright UI elements - id, name and custom attributes highlighted in different colors;Generates Playwright page Objects
Kích Thước Tệp 26.26 KB
Số Lần Cài Đặt 1,264
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-09-22
Ngày Phát Hành 2022-09-22
Nhà Phát Triển monirul.sk
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}