Selenium Click Recorder (RPA bot)

An application to easily record Selenium script. Provided by Germain UX

Selenium Click Recorder (RPA bot) क्या है?

Selenium Click Recorder (RPA bot) Germain UX द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An application to easily record Selenium script. Provided by Germain UX"।

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

screenshot

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

crx प्रारूप में Selenium Click Recorder (RPA bot) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        FEATURES (using this Extension): 
1. Record a Synthetic User Click/Scenario (using this Chrome Extension: Selenium and germainAPM)


FEATURES (using Germain UX Workspace - email us [email protected] to get access to it):
2. Run Synthetic User Click/Scenario, in a loop, at a set time interval e.g. 24x7, every 5min
3. Be Alerted when it fails 
4. Visualize performance trend of that Synthetic User Click/Scenario running 24x7
5. Automate Actions 
- Automatic restart of a piece of software (e.g. restart a windows service if it fails, etc)
- Automatic data update (e.g. update a client record when incomplete, etc)
6. Automatic Diagnosis of any User Behavior, Workflow or Technology issues
- Transaction response time breakdown from browser> network> application>database>integration
- Javascript profiling
- Network profiling
- Backend Application Code Analysis, etc
- Backend Database SQL Analysis, etc

BENEFIT:
- Proactive Detection Issues that affect your web application, before business is impacted.                    

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

नाम Selenium Click Recorder (RPA bot) Selenium Click Recorder (RPA bot)
ID bpfnegmcopgmjchmcpahhgmlkjgfblii
आधिकारिक URL https://chromewebstore.google.com/detail/selenium-click-recorder-r/bpfnegmcopgmjchmcpahhgmlkjgfblii
विवरण An application to easily record Selenium script. Provided by Germain UX
फ़ाइल का आकार 1.46 MB
स्थापना संख्या 373
वर्तमान संस्करण 2022.3.0
अंतिम अपडेट 2023-08-15
प्रकाशन तिथि 2020-12-06
रेटिंग 5.00/5 कुल 7 रेटिंग्स
डेवलपर Germain UX
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://germainux.com
सहायता पृष्ठ URL https://docs.germainux.com/main/germain-ux-rpa-bot-recorder
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Selenium Click Recorder (RPA bot)",
    "version": "2022.3.0",
    "homepage_url": "https:\/\/germainux.com",
    "description": "An application to easily record Selenium script. Provided by Germain UX",
    "icons": {
        "64": "icons\/normal.png"
    },
    "web_accessible_resources": [
        "promptListener.js",
        "icons\/normal.png"
    ],
    "browser_action": {
        "default_title": "Selenium Click Recorder (RPA bot)",
        "default_icon": "icons\/normal.png"
    },
    "offline_enabled": true,
    "permissions": [
        "",
        "activeTab",
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "vendor.js",
            "libs\/DOMPath.js",
            "libs\/browser-polyfill.min.js",
            "background\/install.js",
            "background\/window.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "vendor.js",
                "libs\/DOMPath.js",
                "libs\/browser-polyfill.min.js",
                "content\/main.js",
                "promptListenerInjecter.js"
            ]
        }
    ]
}