Selenium IDE

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

Selenium IDEคืออะไร?

Selenium IDE เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://seleniumhq.org และคุณลักษณะหลักของมันคือ "Selenium Record and Playback tool for ease of getting acquainted with Selenium WebDriver."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Selenium IDE

ดาวน์โหลดไฟล์ส่วนขยาย Selenium IDE ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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