CloudTestSoftware Recorder

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

Vad är CloudTestSoftware Recorder?

CloudTestSoftware Recorder är en Chrome-tillägg utvecklad av https://cloudtestsoftware.com, och dess huvudfunktion är "Create rapid Selenium automated tests with browsers using CloudTestSoftware recorder and CTestOne platform for any site.".

Tilläggsskärmbilder

Ladda ner CloudTestSoftware Recorder-förlängningens CRX-fil

Ladda ner CloudTestSoftware Recorder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn CloudTestSoftware Recorder CloudTestSoftware Recorder
ID ilmfllfomekmebackjaalmpnnmomcodk
Officiell webbadress https://chromewebstore.google.com/detail/cloudtestsoftware-recorde/ilmfllfomekmebackjaalmpnnmomcodk
Beskrivning Create rapid Selenium automated tests with browsers using CloudTestSoftware recorder and CTestOne platform for any site.
Filstorlek 150 KB
Antal Installationer 25
Aktuell Version 1.1.0-pre
Senast Uppdaterad 2015-12-29
Publiceringsdatum 2015-12-29
Utvecklare https://cloudtestsoftware.com
Betalningssätt free
Tilläggswebbplats http://cloudtestsoftware.com
Hjälpsida URL https://github.com/cloudtestsoftware/CTestOne/issues
Stödda Språk 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"
    ]
}