Cognizant Intelligent Test Scripter

Spy,Heal and Recorder Extension for Cognizant Intelligent Test Scripter

Cognizant Intelligent Test Scripter क्या है?

Cognizant Intelligent Test Scripter https://cognizantqahub.github.io/Cognizant-Intelligent-Test-Scripter-Helpdoc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Spy,Heal and Recorder Extension for Cognizant Intelligent Test Scripter"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cognizant Intelligent Test Scripter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}