Ranorex Selocity

Ranorex Selocity

Auto-generate robust XPath, link text, RanoreXPath, and CSS selectors for use with Selenium.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.4.3",
  "name": "Ranorex Selocity",
  "short_name": "Selocity",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "author": "Ranorex GmbH",
  "devtools_page": "devtools/devtools.html",
  "icons": {
    "16": "images/logo/rxselocity-xsmall-16x16.png",
    "32": "images/logo/rxselocity-small-32x32.png",
    "48": "images/logo/rxselocity-medium-48x48.png",
    "64": "images/logo/rxselocity-large-64x64.png",
    "128": "images/logo/rxselocity-xlarge-128x128.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "scripts/background-bundle.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "images/logo/rxselocity-xsmall-16x16.png",
      "32": "images/logo/rxselocity-small-32x32.png",
      "48": "images/logo/rxselocity-medium-48x48.png",
      "64": "images/logo/rxselocity-large-64x64.png",
      "128": "images/logo/rxselocity-xlarge-128x128.png"
    },
    "default_title": "Ranorex Selocity",
    "default_popup": "popup/popup.html"
  },
  "permissions": [
    "<all_urls>",
    "activeTab",
    "clipboardWrite",
    "contextMenus",
    "http://*/*",
    "https://*/*",
    "file://*/*",
    "notifications",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "scripts/inject-bundle.js"
      ],
      "all_frames": true,
      "match_about_blank": true
    }
  ]
}