CloudTestSoftware Recorder

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

ما هو CloudTestSoftware Recorder؟

CloudTestSoftware Recorder هو إضافة Chrome تم تطويرها بواسطة https://cloudtestsoftware.com، والميزة الرئيسية لها هي "Create rapid Selenium automated tests with browsers using CloudTestSoftware recorder and CTestOne platform for any site.".

لقطات شاشة التمديد

تحميل ملف CRX للإضافة CloudTestSoftware Recorder

قم بتنزيل ملفات الامتداد CloudTestSoftware Recorder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    ]
}