Cognizant Intelligent Test Scripter

Spy,Heal and Recorder Extension for Cognizant Intelligent Test Scripter

O que é Cognizant Intelligent Test Scripter?

Cognizant Intelligent Test Scripter é uma extensão do Chrome desenvolvida por https://cognizantqahub.github.io/Cognizant-Intelligent-Test-Scripter-Helpdoc, e sua principal característica é "Spy,Heal and Recorder Extension for Cognizant Intelligent Test Scripter".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Cognizant Intelligent Test Scripter

Baixe arquivos de extensão Cognizant Intelligent Test Scripter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        To automate web application in script less approach                    

Informações Básicas da Extensão

Nome Cognizant Intelligent Test Scripter Cognizant Intelligent Test Scripter
ID eghfogfdhadandcigjcccdfhlohcgljn
URL Oficial https://chromewebstore.google.com/detail/cognizant-intelligent-tes/eghfogfdhadandcigjcccdfhlohcgljn
Descrição Spy,Heal and Recorder Extension for Cognizant Intelligent Test Scripter
Tamanho do Arquivo 178 KB
Contagem de Instalações 1,606
Versão Atual 0.0.0.5
Última Atualização 2022-07-28
Data de Publicação 2020-01-09
Classificação 4.75/5 Total de 8 Avaliações
Desenvolvedor https://cognizantqahub.github.io/Cognizant-Intelligent-Test-Scripter-Helpdoc
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/CognizantQAHub/Cognizant-Intelligent-Test-Scripter-Chrome-Extension/
URL da Página de Ajuda https://github.com/CognizantQAHub/Cognizant-Intelligent-Test-Scripter-Chrome-Extension/
Idiomas Suportados 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"
    ]
}