CloudTestSoftware Recorder

Create rapid Selenium automated tests with browsers using CloudTestSoftware recorder and CTestOne platform for any site.

O que é CloudTestSoftware Recorder?

CloudTestSoftware Recorder é uma extensão do Chrome desenvolvida por https://cloudtestsoftware.com, e sua principal característica é "Create rapid Selenium automated tests with browsers using CloudTestSoftware recorder and CTestOne platform for any site.".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão CloudTestSoftware Recorder

Baixe arquivos de extensão CloudTestSoftware Recorder 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

                        Use this recorder to record test script to automate browser testing with CloudTestSoftware. CloudTestSoftware uses Selenium Webdriver to run this script and download sample project  from github using below link https://github.com/cloudtestsoftware/CTestOne                    

Informações Básicas da Extensão

Nome CloudTestSoftware Recorder CloudTestSoftware Recorder
ID ilmfllfomekmebackjaalmpnnmomcodk
URL Oficial https://chromewebstore.google.com/detail/cloudtestsoftware-recorde/ilmfllfomekmebackjaalmpnnmomcodk
Descrição Create rapid Selenium automated tests with browsers using CloudTestSoftware recorder and CTestOne platform for any site.
Tamanho do Arquivo 150 KB
Contagem de Instalações 25
Versão Atual 1.1.0-pre
Última Atualização 2015-12-29
Data de Publicação 2015-12-29
Desenvolvedor https://cloudtestsoftware.com
Tipo de Pagamento free
Site da Extensão http://cloudtestsoftware.com
URL da Página de Ajuda https://github.com/cloudtestsoftware/CTestOne/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CloudTestSoftware Recorder",
    "description": "Create rapid Selenium automated tests with browsers using CloudTestSoftware recorder and CTestOne platform for any site.",
    "version": "0.1.0.0",
    "version_name": "1.1.0-pre",
    "minimum_chrome_version": "26.0",
    "devtools_page": "lib\/devtools.html",
    "background": {
        "scripts": [
            "lib\/Recorder.js",
            "lib\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "resources\/manifestIcons\/logo_16.png",
        "32": "resources\/manifestIcons\/logo_32.png",
        "48": "resources\/manifestIcons\/logo_48.png",
        "64": "resources\/manifestIcons\/logo_64.png",
        "128": "resources\/manifestIcons\/logo_128.png"
    },
    "permissions": [
        "downloads",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "webNavigation"
    ]
}