WebDriver Object Finder - Custom

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

¿Qué es WebDriver Object Finder - Custom?

WebDriver Object Finder - Custom es una extensión de Chrome desarrollada por monirul.sk, y su función principal es "Find WebDriver Objects - id, name and custom attributes highlighted in different colors;Generates webdriverIO page Objects".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión WebDriver Object Finder - Custom

Descarga archivos de extensión WebDriver Object Finder - Custom en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre WebDriver Object Finder - Custom WebDriver Object Finder - Custom
ID gimmldlnhfbohhfnpfmchnpggmkcnhjf
URL Oficial https://chromewebstore.google.com/detail/webdriver-object-finder-c/gimmldlnhfbohhfnpfmchnpggmkcnhjf
Descripción Find WebDriver Objects - id, name and custom attributes highlighted in different colors;Generates webdriverIO page Objects
Tamaño del Archivo 98.62 KB
Cantidad de Instalaciones 108
Versión Actual 2.1
Última Actualización 2024-02-06
Fecha de Publicación 2021-11-19
Desarrollador monirul.sk
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}