TestWise Recorder

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

Wat is TestWise Recorder?

TestWise Recorder is een Chrome-extensie ontwikkeld door Zhimin Zhan, en de belangrijkste functie is "Record user actions on web pages into Selenium WebDriver scripts in Ruby, Python, JavaScript, Java, C# and Watir".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie TestWise Recorder

Download TestWise Recorder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam TestWise Recorder TestWise Recorder
ID febfogamlejngokejcaimklgcfphjbok
Officiële URL https://chrome.google.com/webstore/detail/testwise-recorder/febfogamlejngokejcaimklgcfphjbok
Beschrijving Record user actions on web pages into Selenium WebDriver scripts in Ruby, Python, JavaScript, Java, C# and Watir
Bestandsgrootte 704 KB
Aantal Installaties 697
Huidige Versie 0.5.2
Laatst Bijgewerkt 2020-03-29
Publicatiedatum 2020-03-26
Beoordeling 4.20/5 Totaal 5 Beoordelingen
Ontwikkelaar Zhimin Zhan
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://testwisely.com/testwise/recorder
URL van de Privacybeleid Pagina https://whenwise.com/policy
Ondersteunde Talen 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
    }
}