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”。
擴展截圖
下載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 擴展基本資訊
| 名稱 | |
| ID | gimmldlnhfbohhfnpfmchnpggmkcnhjf |
| 官方網址 | 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"
]
} | |