Selenium IDE
Selenium Record and Playback tool for ease of getting acquainted with Selenium WebDriver.
Selenium IDE là gì?
Selenium IDE là một tiện ích mở rộng Chrome được phát triển bởi https://seleniumhq.org, và tính năng chính của nó là "Selenium Record and Playback tool for ease of getting acquainted with Selenium WebDriver.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Selenium IDE
Tải xuống các tệp mở rộng Selenium IDE dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Selenium IDE |
ID | mooikfkahbdckldjjndioackbalphokd |
URL Chính Thức | https://chromewebstore.google.com/detail/selenium-ide/mooikfkahbdckldjjndioackbalphokd |
Mô tả | Selenium Record and Playback tool for ease of getting acquainted with Selenium WebDriver. |
Kích Thước Tệp | 3.96 MB |
Số Lần Cài Đặt | 811,097 |
Phiên Bản Hiện Tại | 3.17.2 |
Cập Nhật Lần Cuối | 2021-12-08 |
Ngày Phát Hành | 2020-03-17 |
Đánh Giá | 3.40/5 Tổng số 253 Đánh Giá |
Nhà Phát Triển | https://seleniumhq.org |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://seleniumhq.org |
URL Trang Trợ Giúp | https://github.com/SeleniumHQ/selenium-ide/issues |
Ngôn Ngữ Được Hỗ Trợ | 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", " |