WebDriver Object Finder - Custom

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

What is WebDriver Object Finder - Custom?

WebDriver Object Finder - Custom is a Chrome extension developed by monirul.sk, and its main feature is "Find WebDriver Objects - id, name and custom attributes highlighted in different colors;Generates webdriverIO page Objects".

Extension Screenshots

screenshot

Download WebDriver Object Finder - Custom Extension CRX File

Download WebDriver Object Finder - Custom extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name WebDriver Object Finder - Custom WebDriver Object Finder - Custom
ID gimmldlnhfbohhfnpfmchnpggmkcnhjf
Official URL 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
File Size 98.62 KB
Installation Count 108
Current Version 2.1
Last Updated 2024-02-06
Publish Date 2021-11-19
Developer monirul.sk
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}