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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}