pH - Playwright Helper

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

Что такое pH - Playwright Helper?

pH - Playwright Helper - это расширение Chrome, разработанное monirul.sk, и его основная функция - "Find Playwright UI elements - id, name and custom attributes highlighted in different colors;Generates Playwright page Objects".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения pH - Playwright Helper

Скачайте файлы расширений pH - Playwright Helper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название pH - Playwright Helper pH - Playwright Helper
ID jckkjbhilhnbdoamfbemafahjcdmpakd
Официальный URL https://chromewebstore.google.com/detail/ph-playwright-helper/jckkjbhilhnbdoamfbemafahjcdmpakd
Описание Find Playwright UI elements - id, name and custom attributes highlighted in different colors;Generates Playwright page Objects
Размер файла 26.26 KB
Количество установок 1,264
Текущая Версия 1.0
Последнее Обновление 2022-09-22
Дата публикации 2022-09-22
Разработчик monirul.sk
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    ]
}