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开发的Chrome扩展程序,该扩展的主要功能是“An application to easily record Selenium script. Provided by Germain UX”。

扩展截图

screenshot

下载Selenium Click Recorder (RPA bot)扩展crx文件

下载Selenium Click Recorder (RPA bot)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
            ]
        }
    ]
}