Cypress Object Finder

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

Что такое Cypress Object Finder?

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

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Cypress Object Finder

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

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

                        Cypress Object Finder - helps to build cypress test building                    

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

Название Cypress Object Finder Cypress Object Finder
ID mlbenhbephfijefckjjecmkigbgncohc
Официальный URL https://chromewebstore.google.com/detail/cypress-object-finder/mlbenhbephfijefckjjecmkigbgncohc
Описание Find Cypress Objects - id, name and custom attributes highlighted in different colors;Generates Cypress page Objects
Размер файла 41.2 KB
Количество установок 36
Текущая Версия 1.2
Последнее Обновление 2022-09-21
Дата публикации 2022-09-21
Разработчик monirul.sk
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cypress Object Finder",
    "version": "1.2",
    "manifest_version": 3,
    "description": "Find Cypress Objects - id, name and custom attributes highlighted in different colors;Generates Cypress page Objects",
    "action": {
        "default_icon": "cof.png",
        "default_title": "Cypress Object Finder",
        "default_popup": "object_finder.html"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ]
}