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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "A nimble and flexible Selenium Page Object Model generator to improve agile testing process velocity."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Page Object Generator By Storm

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}