@FindBy Firefox

Examine source code of @FindBy

Inspect and view changes in @FindBy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "@FindBy",
  "version": "1.3",
  "description": "Generates cssSelector and xPath for Selenium",
  "author": "Vigneshwaran Gopalan",
  "background": {
    "scripts": [
      "./jscripts/FindBy_eventPage.js"
    ]
  },
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "web_accessible_resources": [
    "/icons/*.png"
  ],
  "icons": {
    "16": "./icons/FindBy.png",
    "48": "./icons/FindBy.png",
    "128": "./icons/FindBy.png"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "./jscripts/jquery-3.5.1.min.js",
        "./jscripts/FindBy_cs.js",
        "./jscripts/FindByPopupUI.js"
      ],
      "css": [
        "/css/FindByPopup.css",
        "/css/w3.css"
      ]
    }
  ]
}

Mejores alternativas @FindBy

Aquí hay algunas Firefox add-ons que son similares a @FindBy: