pH - Playwright Helper

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

Qu'est-ce que pH - Playwright Helper ?

pH - Playwright Helper est une extension Chrome développée par monirul.sk, et sa fonction principale est "Find Playwright UI elements - id, name and custom attributes highlighted in different colors;Generates Playwright page Objects".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension pH - Playwright Helper

Téléchargez les fichiers d'extension pH - Playwright Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom pH - Playwright Helper pH - Playwright Helper
ID jckkjbhilhnbdoamfbemafahjcdmpakd
URL Officiel https://chromewebstore.google.com/detail/ph-playwright-helper/jckkjbhilhnbdoamfbemafahjcdmpakd
Description Find Playwright UI elements - id, name and custom attributes highlighted in different colors;Generates Playwright page Objects
Taille du Fichier 26.26 KB
Nombre d'Installations 1,264
Version Actuelle 1.0
Dernière Mise à Jour 2022-09-22
Date de Publication 2022-09-22
Développeur monirul.sk
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}