Web Automation Selector Picker Firefox

Examine source code of Web Automation Selector Picker

Inspect and view changes in Web Automation Selector Picker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Automation Selector Picker",
  "version": "0.2.0",
  "description": "Pick elements and get XPath, CSS, Playwright locators. Activate with keyboard shortcut.",
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Web Automation Selector Picker"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "selector-picker@miftahramadhan.dev",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "commands": {
    "toggle-picker": {
      "suggested_key": {
        "default": "Ctrl+Shift+L",
        "mac": "Command+Shift+L"
      },
      "description": "Toggle element locator picker on the current page"
    }
  }
}

Best Web Automation Selector Picker Alternatives

Here are some Firefox add-ons that are similar to Web Automation Selector Picker: