WebDriver Object Finder - Custom

WebDriver Object Finder - Custom

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

Merlin
Additional files are visible only to premium users

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"
  ]
}