WebDriver Object Finder - Custom

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

Co je WebDriver Object Finder - Custom?

WebDriver Object Finder - Custom je rozšíření Chrome vyvinuté monirul.sk, a jeho hlavní funkcí je „Find WebDriver Objects - id, name and custom attributes highlighted in different colors;Generates webdriverIO page Objects“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření WebDriver Object Finder - Custom

Stáhněte si soubory rozšíření WebDriver Object Finder - Custom ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název WebDriver Object Finder - Custom WebDriver Object Finder - Custom
ID gimmldlnhfbohhfnpfmchnpggmkcnhjf
Oficiální URL https://chromewebstore.google.com/detail/webdriver-object-finder-c/gimmldlnhfbohhfnpfmchnpggmkcnhjf
Popis Find WebDriver Objects - id, name and custom attributes highlighted in different colors;Generates webdriverIO page Objects
Velikost souboru 98.62 KB
Počet instalací 108
Aktuální Verze 2.1
Poslední Aktualizace 2024-02-06
Datum Vydání 2021-11-19
Vývojář monirul.sk
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}