TestWise Recorder

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

What is TestWise Recorder?

TestWise Recorder is a Chrome extension developed by Zhimin Zhan, and its main feature is "Record user actions on web pages into Selenium WebDriver scripts in Ruby, Python, JavaScript, Java, C# and Watir".

Extension Screenshots

screenshot

Download TestWise Recorder Extension CRX File

Download TestWise Recorder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name TestWise Recorder TestWise Recorder
ID febfogamlejngokejcaimklgcfphjbok
Official URL https://chrome.google.com/webstore/detail/testwise-recorder/febfogamlejngokejcaimklgcfphjbok
Description Record user actions on web pages into Selenium WebDriver scripts in Ruby, Python, JavaScript, Java, C# and Watir
File Size 704 KB
Installation Count 697
Current Version 0.5.2
Last Updated 2020-03-29
Publish Date 2020-03-26
Rating 4.20/5 Total 5 Ratings
Developer Zhimin Zhan
Email [email protected]
Payment Type free
Extension Website http://testwisely.com/testwise/recorder
Privacy Policy Page URL https://whenwise.com/policy
Supported Languages 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
    }
}