Page Object Generator By Storm

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

什么是Page Object Generator By Storm?

Page Object Generator By Storm是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“A nimble and flexible Selenium Page Object Model generator to improve agile testing process velocity.”。

扩展截图

screenshot
screenshot
screenshot

下载Page Object Generator By Storm扩展crx文件

下载Page Object Generator By Storm扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Generates page objects that work with the Storm Automation framework.  

This is a copy of the Selenium Page Object Generator https://chrome.google.com/webstore/detail/selenium-page-object-gene/epgmnmcjdhapiojbohkkemlfkegmbebb that has been customized to work specifically with the Storm Test Builder by Storm Automation stormautomation.com

The original open source code https://github.com/rickypc/selenium-page-object-generator                    

扩展基本信息

名称 Page Object Generator By Storm Page Object Generator By Storm
ID dljmggfdhmpacdjfaalojehcpakajlla
官方URL https://chromewebstore.google.com/detail/page-object-generator-by/dljmggfdhmpacdjfaalojehcpakajlla
简介 A nimble and flexible Selenium Page Object Model generator to improve agile testing process velocity.
文件大小 295 KB
安装次数 227
当前版本 1.1
更新时间 2018-03-05
上架时间 2018-03-04
评分 1.00/5 共1次评分
开发者 Unknown
付费类型 free
扩展官网 http://stormautomation.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Richard Huang ",
    "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"
}