WebdriverIO Chrome Recorder

WebdriverIO Chrome Recorder

WebdriverIO Extension for Devtools that allows you to export tests directly from the Recorder panel.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "0.5.1",
  "name": "WebdriverIO Chrome Recorder",
  "description": "WebdriverIO Extension for Devtools that allows you to export tests directly from the Recorder panel.",
  "icons": {
    "16": "assets/icon16.png",
    "48": "assets/icon48.png",
    "128": "assets/icon128.png"
  },
  "author": "Christian Bromann <[email protected]>",
  "homepage_url": "https://webdriver.io",
  "offline_enabled": true,
  "permissions": [],
  "devtools_page": "DevToolsPlugin.html",
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "minimum_chrome_version": "101"
}