TestWise Recorder

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

TestWise Recorder क्या है?

TestWise Recorder Zhimin Zhan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Record user actions on web pages into Selenium WebDriver scripts in Ruby, Python, JavaScript, Java, C# and Watir"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TestWise Recorder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
गोपनीयता नीति पृष्ठ URL 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
    }
}