TestWise Recorder

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

Cos'è TestWise Recorder?

TestWise Recorder è un'estensione di Chrome sviluppata da Zhimin Zhan, e la sua funzione principale è "Record user actions on web pages into Selenium WebDriver scripts in Ruby, Python, JavaScript, Java, C# and Watir".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione TestWise Recorder

Scarica i file di estensione TestWise Recorder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome TestWise Recorder TestWise Recorder
ID febfogamlejngokejcaimklgcfphjbok
URL Ufficiale https://chrome.google.com/webstore/detail/testwise-recorder/febfogamlejngokejcaimklgcfphjbok
Descrizione Record user actions on web pages into Selenium WebDriver scripts in Ruby, Python, JavaScript, Java, C# and Watir
Dimensione del File 704 KB
Conteggio Installazioni 697
Versione Corrente 0.5.2
Ultimo Aggiornamento 2020-03-29
Data di Pubblicazione 2020-03-26
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore Zhimin Zhan
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://testwisely.com/testwise/recorder
URL della Pagina della Politica sulla Privacy https://whenwise.com/policy
Lingue Supportate 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
    }
}