WebDriver Object Finder - Custom

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

Cos'è WebDriver Object Finder - Custom?

WebDriver Object Finder - Custom è un'estensione di Chrome sviluppata da monirul.sk, e la sua funzione principale è "Find WebDriver Objects - id, name and custom attributes highlighted in different colors;Generates webdriverIO page Objects".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WebDriver Object Finder - Custom

Scarica i file di estensione WebDriver Object Finder - Custom in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome WebDriver Object Finder - Custom WebDriver Object Finder - Custom
ID gimmldlnhfbohhfnpfmchnpggmkcnhjf
URL Ufficiale https://chromewebstore.google.com/detail/webdriver-object-finder-c/gimmldlnhfbohhfnpfmchnpggmkcnhjf
Descrizione Find WebDriver Objects - id, name and custom attributes highlighted in different colors;Generates webdriverIO page Objects
Dimensione del File 98.62 KB
Conteggio Installazioni 108
Versione Corrente 2.1
Ultimo Aggiornamento 2024-02-06
Data di Pubblicazione 2021-11-19
Sviluppatore monirul.sk
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}