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 |
公式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 |
Eメール | [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", " |