WebDriver Object Finder - Custom

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

Что такое WebDriver Object Finder - Custom?

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

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

screenshot

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

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

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

                        Helps to identify UI automation objects based on id, name and custom html attributes, Generates WDIO page Objects                    

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

Название WebDriver Object Finder - Custom WebDriver Object Finder - Custom
ID gimmldlnhfbohhfnpfmchnpggmkcnhjf
Официальный URL https://chromewebstore.google.com/detail/webdriver-object-finder-c/gimmldlnhfbohhfnpfmchnpggmkcnhjf
Описание Find WebDriver Objects - id, name and custom attributes highlighted in different colors;Generates webdriverIO page Objects
Размер файла 98.62 KB
Количество установок 108
Текущая Версия 2.1
Последнее Обновление 2024-02-06
Дата публикации 2021-11-19
Разработчик monirul.sk
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebDriver Object Finder - Custom",
    "version": "2.1",
    "manifest_version": 3,
    "description": "Find WebDriver Objects - id, name and custom attributes highlighted in different colors;Generates webdriverIO page Objects",
    "action": {
        "default_icon": "wof.png",
        "default_title": "WebDriver Object Finder - Custom",
        "default_popup": "object_finder.html"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ]
}