pH - Playwright Helper

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

Co to jest pH - Playwright Helper?

pH - Playwright Helper to rozszerzenie Chrome opracowane przez monirul.sk, a jego główną funkcją jest „Find Playwright UI elements - id, name and custom attributes highlighted in different colors;Generates Playwright page Objects”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia pH - Playwright Helper

Pobierz pliki rozszerzeń pH - Playwright Helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa pH - Playwright Helper pH - Playwright Helper
ID jckkjbhilhnbdoamfbemafahjcdmpakd
Oficjalny URL https://chromewebstore.google.com/detail/ph-playwright-helper/jckkjbhilhnbdoamfbemafahjcdmpakd
Opis Find Playwright UI elements - id, name and custom attributes highlighted in different colors;Generates Playwright page Objects
Rozmiar pliku 26.26 KB
Liczba instalacji 1,264
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-09-22
Data Publikacji 2022-09-22
Deweloper monirul.sk
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}