TestWise Recorder

Record user actions on web pages into Selenium WebDriver scripts in Ruby, Python, JavaScript, Java, C# and Watir

ما هو TestWise Recorder؟

TestWise Recorder هو إضافة Chrome تم تطويرها بواسطة Zhimin Zhan، والميزة الرئيسية لها هي "Record user actions on web pages into Selenium WebDriver scripts in Ruby, Python, JavaScript, Java, C# and Watir".

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

screenshot

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

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

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

                        Record user actions on web pages into Selenium WebDriver scripts in Ruby, Python, JavaScript, Java, C# and Watir.                    

معلومات أساسية عن التمديد

الاسم TestWise Recorder TestWise Recorder
ID febfogamlejngokejcaimklgcfphjbok
عنوان URL الرسمي https://chrome.google.com/webstore/detail/testwise-recorder/febfogamlejngokejcaimklgcfphjbok
الوصف Record user actions on web pages into Selenium WebDriver scripts in Ruby, Python, JavaScript, Java, C# and Watir
حجم الملف 704 KB
عدد التثبيتات 697
النسخة الحالية 0.5.2
آخر تحديث 2020-03-29
تاريخ النشر 2020-03-26
تقييم 4.20/5 مجموع تقييمات 5
المطور Zhimin Zhan
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://testwisely.com/testwise/recorder
عنوان صفحة سياسة الخصوصية https://whenwise.com/policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TestWise Recorder",
    "description": "Record user actions on web pages into Selenium WebDriver scripts in Ruby, Python, JavaScript, Java, C# and Watir",
    "version": "0.5.2",
    "author": "Zhimin Zhan",
    "homepage_url": "https:\/\/testwisely.com\/agileway-recorder",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon_menu16.png",
            "32": "icons\/icon_menu32.png",
            "64": "icons\/icon_menu64.png"
        },
        "default_title": "TestWise Recorder"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "notifications",
        "webNavigation"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/jquery-3.3.1.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "assets\/jquery-3.3.1.min.js",
            "background.js"
        ],
        "persistent": false
    }
}