pH - Playwright Helper

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

¿Qué es pH - Playwright Helper?

pH - Playwright Helper es una extensión de Chrome desarrollada por monirul.sk, y su función principal es "Find Playwright UI elements - id, name and custom attributes highlighted in different colors;Generates Playwright page Objects".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión pH - Playwright Helper

Descarga archivos de extensión pH - Playwright Helper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre pH - Playwright Helper pH - Playwright Helper
ID jckkjbhilhnbdoamfbemafahjcdmpakd
URL Oficial https://chromewebstore.google.com/detail/ph-playwright-helper/jckkjbhilhnbdoamfbemafahjcdmpakd
Descripción Find Playwright UI elements - id, name and custom attributes highlighted in different colors;Generates Playwright page Objects
Tamaño del Archivo 26.26 KB
Cantidad de Instalaciones 1,264
Versión Actual 1.0
Última Actualización 2022-09-22
Fecha de Publicación 2022-09-22
Desarrollador monirul.sk
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}