Selenium IDE

Selenium Record and Playback tool for ease of getting acquainted with Selenium WebDriver.

Selenium IDE란 무엇입니까?

Selenium IDE은(는) https://seleniumhq.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Selenium Record and Playback tool for ease of getting acquainted with Selenium WebDriver."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Selenium IDE 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The new Selenium IDE is designed to record your interactions with websites to help you generate and maintain site automation, tests, and remove the need to manually step through repetitive takes. Features include:

* Recording and playing back tests on Firefox and Chrome.
* Organizing tests into suites for easy management.
* Saving and loading scripts, for later playback.
* Support for Selenium 3.                    

확장 프로그램 기본 정보

이름 Selenium IDE Selenium IDE
ID mooikfkahbdckldjjndioackbalphokd
공식 URL https://chromewebstore.google.com/detail/selenium-ide/mooikfkahbdckldjjndioackbalphokd
설명 Selenium Record and Playback tool for ease of getting acquainted with Selenium WebDriver.
파일 크기 3.96 MB
설치 횟수 811,097
현재 버전 3.17.2
최근 업데이트 2021-12-08
출시 날짜 2020-03-17
평점 3.40/5 총 253 개의 평점
개발자 https://seleniumhq.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://seleniumhq.org
도움말 페이지 URL https://github.com/SeleniumHQ/selenium-ide/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Selenium Record and Playback tool for ease of getting acquainted with Selenium WebDriver.",
    "manifest_version": 2,
    "name": "Selenium IDE",
    "version": "3.17.2",
    "version_name": "3.17.2",
    "homepage_url": "https:\/\/github.com\/SeleniumHQ\/selenium-ide",
    "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": "Selenium IDE"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus",
        "downloads",
        "webNavigation",
        "storage",
        "debugger",
        ""
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ]
    },
    "web_accessible_resources": [
        "icons\/icon128.png",
        "icons\/icon_light128.png",
        "assets\/prompt.js",
        "assets\/indicator.js",
        "assets\/highlight.css",
        "bootstrap.html",
        "indicator.html"
    ],
    "content_security_policy": "script-src 'self' 'sha256-W7QWmGne6B9hjKtOqoGmUFOPgpFcUo4Nr\/yyMqtgXcU=' 'sha256-g0sGx5oQNWQA7+VAX6oocWOlrBzbLK0jggpU\/mFFNHE=' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/vendor\/global.js",
                "assets\/vendor\/selenium-browserdetect.js",
                "assets\/atoms.js",
                "assets\/polyfills.js",
                "assets\/escape.js",
                "assets\/playback.js",
                "assets\/record.js"
            ],
            "match_about_blank": true,
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "assets\/background.js"
        ]
    }
}