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
拡張機能の基本情報
名前 | 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 |
Eメール | [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" ] } |