E2E Test Helper :-)

E2E Test Helper :-)

A helpful tool for locating UI elements for Cypress, Playwright, Selenium, Squish and other UI Test Tools. Supports Shadow DOM

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "2.0.0",
  "name": "E2E Test Helper :-)",
  "description": "A helpful tool for locating UI elements for Cypress, Playwright, Selenium, Squish and other UI Test Tools. Supports Shadow DOM",
  "author": "Daniel Ostrovsky",
  "action": {
    "default_popup": "index.html"
  },
  "icons": {
    "48": "assets/icon-32.png",
    "128": "assets/icon.png"
  },
  "permissions": [
    "declarativeContent",
    "scripting",
    "activeTab",
    "storage"
  ]
}