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


{
  "name": "WebDriver Object Finder - Custom",
  "version": "1.99",
  "manifest_version": 2,
  "description": "Find WebDriver Objects - id, name and custom attributes highlighted in different colors;Generates webdriverIO page Objects",
  "web_accessible_resources": [
    "detailsobj.htm"
  ],
  "browser_action": {
    "default_icon": "wof.png",
    "default_title": "WebDriver Object Finder - Custom",
    "default_popup": "object_finder.html"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "permissions": [
    "activeTab"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}