WebDriver Object Finder - Custom

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

什么是WebDriver Object Finder - Custom?

WebDriver Object Finder - Custom是由monirul.sk开发的Chrome扩展程序,该扩展的主要功能是“Find WebDriver Objects - id, name and custom attributes highlighted in different colors;Generates webdriverIO page Objects”。

扩展截图

screenshot

下载WebDriver Object Finder - Custom扩展crx文件

下载WebDriver Object Finder - Custom扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 WebDriver Object Finder - Custom WebDriver Object Finder - Custom
ID gimmldlnhfbohhfnpfmchnpggmkcnhjf
官方URL https://chromewebstore.google.com/detail/webdriver-object-finder-c/gimmldlnhfbohhfnpfmchnpggmkcnhjf
简介 Find WebDriver Objects - id, name and custom attributes highlighted in different colors;Generates webdriverIO page Objects
文件大小 98.62 KB
安装次数 108
当前版本 2.1
更新时间 2024-02-06
上架时间 2021-11-19
开发者 monirul.sk
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}