Page Object Generator By Storm

Page Object Generator By Storm

A nimble and flexible Selenium Page Object Model generator to improve agile testing process velocity.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Richard Huang <[email protected]>",
  "browser_action": {
    "default_icon": {
      "19": "assets/icons/POG-by-Storm-19px.png",
      "38": "assets/icons/POG-by-Storm-38px.png"
    },
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://www.google-analytics.com; object-src 'self'",
  "description": "A nimble and flexible Selenium Page Object Model generator to improve agile testing process velocity.",
  "homepage_url": "http://StormAutomation.com",
  "icons": {
    "16": "assets/icons/POG-by-Storm-16px.png",
    "48": "assets/icons/POG-by-Storm-48px.png",
    "128": "assets/icons/POG-by-Storm-128px.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "40",
  "name": "Page Object Generator By Storm",
  "options_ui": {
    "chrome_style": true,
    "page": "options.html"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "short_name": "POG by Storm",
  "version": "1.1"
}