WebDriver Object Finder - Custom

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

Co to jest WebDriver Object Finder - Custom?

WebDriver Object Finder - Custom to rozszerzenie Chrome opracowane przez monirul.sk, a jego główną funkcją jest „Find WebDriver Objects - id, name and custom attributes highlighted in different colors;Generates webdriverIO page Objects”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia WebDriver Object Finder - Custom

Pobierz pliki rozszerzeń WebDriver Object Finder - Custom 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

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

Podstawowe informacje o rozszerzeniu

Nazwa WebDriver Object Finder - Custom WebDriver Object Finder - Custom
ID gimmldlnhfbohhfnpfmchnpggmkcnhjf
Oficjalny URL https://chromewebstore.google.com/detail/webdriver-object-finder-c/gimmldlnhfbohhfnpfmchnpggmkcnhjf
Opis Find WebDriver Objects - id, name and custom attributes highlighted in different colors;Generates webdriverIO page Objects
Rozmiar pliku 98.62 KB
Liczba instalacji 108
Aktualna Wersja 2.1
Ostatnia Aktualizacja 2024-02-06
Data Publikacji 2021-11-19
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": "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"
    ]
}