Cognizant Intelligent Test Scripter

Spy,Heal and Recorder Extension for Cognizant Intelligent Test Scripter

Cognizant Intelligent Test Scripterคืออะไร?

Cognizant Intelligent Test Scripter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cognizantqahub.github.io/Cognizant-Intelligent-Test-Scripter-Helpdoc และคุณลักษณะหลักของมันคือ "Spy,Heal and Recorder Extension for Cognizant Intelligent Test Scripter"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cognizant Intelligent Test Scripter

ดาวน์โหลดไฟล์ส่วนขยาย Cognizant Intelligent Test Scripter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        To automate web application in script less approach                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Cognizant Intelligent Test Scripter Cognizant Intelligent Test Scripter
ID eghfogfdhadandcigjcccdfhlohcgljn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cognizant-intelligent-tes/eghfogfdhadandcigjcccdfhlohcgljn
คำอธิบาย Spy,Heal and Recorder Extension for Cognizant Intelligent Test Scripter
ขนาดไฟล์ 178 KB
จำนวนการติดตั้ง 1,606
เวอร์ชันปัจจุบัน 0.0.0.5
อัปเดตครั้งล่าสุด 2022-07-28
วันที่เผยแพร่ 2020-01-09
คะแนน 4.75/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://cognizantqahub.github.io/Cognizant-Intelligent-Test-Scripter-Helpdoc
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/CognizantQAHub/Cognizant-Intelligent-Test-Scripter-Chrome-Extension/
URL หน้าช่วยเหลือ https://github.com/CognizantQAHub/Cognizant-Intelligent-Test-Scripter-Chrome-Extension/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cognizant Intelligent Test Scripter",
    "description": "Spy,Heal and Recorder Extension for Cognizant Intelligent Test Scripter",
    "version": "0.0.0.5",
    "icons": {
        "16": "logo-16.png",
        "32": "logo-32.png",
        "64": "logo-64.png",
        "128": "logo-128.png"
    },
    "options_ui": {
        "page": "Options\/index.html",
        "chrome_style": false,
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "preference.js",
                "locatorBuilders.js",
                "util.js",
                "object.js",
                "recorder.js",
                "spy.js",
                "heal.js",
                "main.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "Background\/contextmenu.js",
            "Background\/contextMenuList.js",
            "Background\/background.js",
            "Background\/server.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo-64.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+L",
                "mac": "Command+Shift+L",
                "chromeos": "Ctrl+Shift+L",
                "linux": "Ctrl+Shift+L"
            }
        },
        "Toggle Spy": {
            "suggested_key": {
                "windows": "Alt+S",
                "mac": "Alt+S",
                "chromeos": "Alt+S",
                "linux": "Alt+S"
            },
            "description": "Toggle Spy for Heal Mode"
        },
        "Open Options": {
            "suggested_key": {
                "windows": "Ctrl+Shift+O",
                "mac": "Command+Shift+O",
                "chromeos": "Ctrl+Shift+O",
                "linux": "Ctrl+Shift+O"
            },
            "description": "Open Addon Options"
        }
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "background",
        "notifications"
    ]
}