HCL OneTest™ UI - Web UI

Enables HCL OneTest™ UI - Web UI support for web applications

HCL OneTest™ UI - Web UI क्या है?

HCL OneTest™ UI - Web UI functional.tester.hcl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enables HCL OneTest™ UI - Web UI support for web applications"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में HCL OneTest™ UI - Web UI एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Supported in HCL OneTest UI 10.5.4 and earlier versions.

Test web applications that are already running within existing Chrome browser tabs and windows.

The Chrome browser extension for HCL OneTest™ UI - Web UI adds power and flexibility to the Web UI testing capability of HCL OneTest™ UI. With this extension you can record from a running browser instance that is already in the desired state. This allows you to take a more modular approach to your test effort because you can now create separate recordings for each application scenario or update the existing test without including the initialization process for each test. Later you can combine the application scenarios into automated test suites.                    

एक्सटेंशन की मूल जानकारी

नाम HCL OneTest™ UI - Web UI HCL OneTest™ UI - Web UI
ID lenenjceohajnkampdkfnbjimimbgbmn
आधिकारिक URL https://chromewebstore.google.com/detail/hcl-onetest-ui-web-ui/lenenjceohajnkampdkfnbjimimbgbmn
विवरण Enables HCL OneTest™ UI - Web UI support for web applications
फ़ाइल का आकार 141 KB
स्थापना संख्या 203
वर्तमान संस्करण 10.5.4
अंतिम अपडेट 2024-01-31
प्रकाशन तिथि 2020-05-25
डेवलपर functional.tester.hcl
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ de,en,fr,tr,es,it,hu,pl,pt-BR,cs,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "10.5.4",
    "default_locale": "en",
    "manifest_version": 3,
    "description": "__MSG_description__",
    "icons": {
        "16": "images\/RFT_16.png",
        "48": "images\/RFT_48.png",
        "128": "images\/RFT_128.png"
    },
    "action": {
        "default_icon": "images\/RFT.ico",
        "default_title": "__MSG_name__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "Options.html",
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "tabs",
        "scripting",
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        "http:\/\/localhost\/*\/",
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}