pH - Playwright Helper

pH - Playwright Helper

Find Playwright UI elements - id, name and custom attributes highlighted in different colors;Generates Playwright page Objects

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "pH - Playwright Helper",
  "version": "1.0",
  "manifest_version": 3,
  "description": "Find Playwright UI elements - id, name and custom attributes highlighted in different colors;Generates Playwright page Objects",
  "action": {
    "default_icon": "pH.png",
    "default_title": "Playwright Helper",
    "default_popup": "object_finder.html"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ]
}