pH - Playwright Helper

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

Cos'è pH - Playwright Helper?

pH - Playwright Helper è un'estensione di Chrome sviluppata da monirul.sk, e la sua funzione principale è "Find Playwright UI elements - id, name and custom attributes highlighted in different colors;Generates Playwright page Objects".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione pH - Playwright Helper

Scarica i file di estensione pH - Playwright Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome pH - Playwright Helper pH - Playwright Helper
ID jckkjbhilhnbdoamfbemafahjcdmpakd
URL Ufficiale https://chromewebstore.google.com/detail/ph-playwright-helper/jckkjbhilhnbdoamfbemafahjcdmpakd
Descrizione Find Playwright UI elements - id, name and custom attributes highlighted in different colors;Generates Playwright page Objects
Dimensione del File 26.26 KB
Conteggio Installazioni 1,264
Versione Corrente 1.0
Ultimo Aggiornamento 2022-09-22
Data di Pubblicazione 2022-09-22
Sviluppatore monirul.sk
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}