pH - Playwright Helper

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

Apa itu pH - Playwright Helper?

pH - Playwright Helper adalah ekstensi Chrome yang dikembangkan oleh monirul.sk, dan fitur utamanya adalah "Find Playwright UI elements - id, name and custom attributes highlighted in different colors;Generates Playwright page Objects".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi pH - Playwright Helper

Unduh file ekstensi pH - Playwright Helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama pH - Playwright Helper pH - Playwright Helper
ID jckkjbhilhnbdoamfbemafahjcdmpakd
URL Resmi https://chromewebstore.google.com/detail/ph-playwright-helper/jckkjbhilhnbdoamfbemafahjcdmpakd
Deskripsi Find Playwright UI elements - id, name and custom attributes highlighted in different colors;Generates Playwright page Objects
Ukuran File 26.26 KB
Jumlah Instalasi 1,264
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-09-22
Tanggal Publikasi 2022-09-22
Pengembang monirul.sk
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}