CloudTestSoftware Recorder

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

什么是CloudTestSoftware Recorder?

CloudTestSoftware Recorder是由https://cloudtestsoftware.com开发的Chrome扩展程序,该扩展的主要功能是“Create rapid Selenium automated tests with browsers using CloudTestSoftware recorder and CTestOne platform for any site.”。

扩展截图

下载CloudTestSoftware Recorder扩展crx文件

下载CloudTestSoftware Recorder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 CloudTestSoftware Recorder CloudTestSoftware Recorder
ID ilmfllfomekmebackjaalmpnnmomcodk
官方URL https://chromewebstore.google.com/detail/cloudtestsoftware-recorde/ilmfllfomekmebackjaalmpnnmomcodk
简介 Create rapid Selenium automated tests with browsers using CloudTestSoftware recorder and CTestOne platform for any site.
文件大小 150 KB
安装次数 25
当前版本 1.1.0-pre
更新时间 2015-12-29
上架时间 2015-12-29
开发者 https://cloudtestsoftware.com
付费类型 free
扩展官网 http://cloudtestsoftware.com
帮助页面URL https://github.com/cloudtestsoftware/CTestOne/issues
支持的语言 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"
    ]
}