WebDriver Object Finder - Custom

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

Qu'est-ce que WebDriver Object Finder - Custom ?

WebDriver Object Finder - Custom est une extension Chrome développée par monirul.sk, et sa fonction principale est "Find WebDriver Objects - id, name and custom attributes highlighted in different colors;Generates webdriverIO page Objects".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension WebDriver Object Finder - Custom

Téléchargez les fichiers d'extension WebDriver Object Finder - Custom au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom WebDriver Object Finder - Custom WebDriver Object Finder - Custom
ID gimmldlnhfbohhfnpfmchnpggmkcnhjf
URL Officiel https://chromewebstore.google.com/detail/webdriver-object-finder-c/gimmldlnhfbohhfnpfmchnpggmkcnhjf
Description Find WebDriver Objects - id, name and custom attributes highlighted in different colors;Generates webdriverIO page Objects
Taille du Fichier 98.62 KB
Nombre d'Installations 108
Version Actuelle 2.1
Dernière Mise à Jour 2024-02-06
Date de Publication 2021-11-19
Développeur monirul.sk
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}