CloudTestSoftware Recorder

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

Co je CloudTestSoftware Recorder?

CloudTestSoftware Recorder je rozšíření Chrome vyvinuté https://cloudtestsoftware.com, a jeho hlavní funkcí je „Create rapid Selenium automated tests with browsers using CloudTestSoftware recorder and CTestOne platform for any site.“.

Snímky obrazovky rozšíření

Stáhnout soubor CRX rozšíření CloudTestSoftware Recorder

Stáhněte si soubory rozšíření CloudTestSoftware Recorder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název CloudTestSoftware Recorder CloudTestSoftware Recorder
ID ilmfllfomekmebackjaalmpnnmomcodk
Oficiální URL https://chromewebstore.google.com/detail/cloudtestsoftware-recorde/ilmfllfomekmebackjaalmpnnmomcodk
Popis Create rapid Selenium automated tests with browsers using CloudTestSoftware recorder and CTestOne platform for any site.
Velikost souboru 150 KB
Počet instalací 25
Aktuální Verze 1.1.0-pre
Poslední Aktualizace 2015-12-29
Datum Vydání 2015-12-29
Vývojář https://cloudtestsoftware.com
Typ Platby free
Webové stránky Rozšíření http://cloudtestsoftware.com
URL Stránky Nápovědy https://github.com/cloudtestsoftware/CTestOne/issues
Podporované Jazyky 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"
    ]
}