WebDriver Object Finder - Custom
Find WebDriver Objects - id, name and custom attributes highlighted in different colors;Generates webdriverIO page Objects
Vad är WebDriver Object Finder - Custom?
WebDriver Object Finder - Custom är en Chrome-tillägg utvecklad av monirul.sk, och dess huvudfunktion är "Find WebDriver Objects - id, name and custom attributes highlighted in different colors;Generates webdriverIO page Objects".
Tilläggsskärmbilder
Ladda ner WebDriver Object Finder - Custom-förlängningens CRX-fil
Ladda ner WebDriver Object Finder - Custom-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Helps to identify UI automation objects based on id, name and custom html attributes, Generates WDIO page Objects
Grundläggande Information om Tillägg
Namn | WebDriver Object Finder - Custom |
ID | gimmldlnhfbohhfnpfmchnpggmkcnhjf |
Officiell webbadress | https://chromewebstore.google.com/detail/webdriver-object-finder-c/gimmldlnhfbohhfnpfmchnpggmkcnhjf |
Beskrivning | Find WebDriver Objects - id, name and custom attributes highlighted in different colors;Generates webdriverIO page Objects |
Filstorlek | 98.62 KB |
Antal Installationer | 108 |
Aktuell Version | 2.1 |
Senast Uppdaterad | 2024-02-06 |
Publiceringsdatum | 2021-11-19 |
Utvecklare | monirul.sk |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |