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.”。
擴展截圖
下載Selenium IDE擴展crx文件
下載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 |
ID | mooikfkahbdckldjjndioackbalphokd |
官方網址 | 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", " |