CloudTestSoftware Recorder

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

CloudTestSoftware Recorder là gì?

CloudTestSoftware Recorder là một tiện ích mở rộng Chrome được phát triển bởi https://cloudtestsoftware.com, và tính năng chính của nó là "Create rapid Selenium automated tests with browsers using CloudTestSoftware recorder and CTestOne platform for any site.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng CloudTestSoftware Recorder

Tải xuống các tệp mở rộng CloudTestSoftware Recorder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CloudTestSoftware Recorder CloudTestSoftware Recorder
ID ilmfllfomekmebackjaalmpnnmomcodk
URL Chính Thức https://chromewebstore.google.com/detail/cloudtestsoftware-recorde/ilmfllfomekmebackjaalmpnnmomcodk
Mô tả Create rapid Selenium automated tests with browsers using CloudTestSoftware recorder and CTestOne platform for any site.
Kích Thước Tệp 150 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 1.1.0-pre
Cập Nhật Lần Cuối 2015-12-29
Ngày Phát Hành 2015-12-29
Nhà Phát Triển https://cloudtestsoftware.com
Loại Thanh Toán free
Trang Web Mở Rộng http://cloudtestsoftware.com
URL Trang Trợ Giúp https://github.com/cloudtestsoftware/CTestOne/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}