Selenide for Selenium IDE
Selenide code-export plugin for Selenium IDE
Selenide for Selenium IDEとは何ですか?
Selenide for Selenium IDEはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Selenide code-export plugin for Selenium IDE」です。
拡張機能のスクリーンショット
Selenide for Selenium IDE拡張機能のCRXファイルをダウンロード
Selenide for Selenium IDE拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a new plugin for Selenium IDE that allows you to export your tests to Selenide (Java) code. After installing the plugin you will see a new icon in your navigation bar which contains the Selenide logo. On test/suite export you will see a new option "Java Selenide"
拡張機能の基本情報
名前 | Selenide for Selenium IDE |
ID | nlkfobhoffngaakgdbkdnmmjcchibcba |
公式URL | https://chromewebstore.google.com/detail/selenide-for-selenium-ide/nlkfobhoffngaakgdbkdnmmjcchibcba |
説明 | Selenide code-export plugin for Selenium IDE |
ファイルサイズ | 142 KB |
インストール数 | 881 |
現在のバージョン | 1.0.0 |
最終更新日 | 2020-05-28 |
公開日 | 2020-05-28 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Unknown |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/selenide/selenide-for-selenium-ide |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Selenide code-export plugin for Selenium IDE", "manifest_version": 2, "name": "Selenide for Selenium IDE", "version": "1.0.0", "version_name": "1.0.0", "homepage_url": "https:\/\/github.com\/selenide\/selenide-for-selenium-ide", "permissions": [], "content_security_policy": "script-src 'self'; object-src 'self'", "externally_connectable": { "ids": [ "*" ] }, "icons": { "64": "icons\/icon64.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "assets\/background.js" ] } } |