Selenide for Selenium IDE
Selenide code-export plugin for Selenium IDE
What is Selenide for Selenium IDE?
Selenide for Selenium IDE is a Chrome extension developed by Unknown, and its main feature is "Selenide code-export plugin for Selenium IDE".
Extension Screenshots
Download Selenide for Selenium IDE Extension CRX File
Download Selenide for Selenium IDE extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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"
Extension Basic Information
Name | Selenide for Selenium IDE |
ID | nlkfobhoffngaakgdbkdnmmjcchibcba |
Official URL | https://chromewebstore.google.com/detail/selenide-for-selenium-ide/nlkfobhoffngaakgdbkdnmmjcchibcba |
Description | Selenide code-export plugin for Selenium IDE |
File Size | 142 KB |
Installation Count | 881 |
Current Version | 1.0.0 |
Last Updated | 2020-05-28 |
Publish Date | 2020-05-28 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | https://github.com/selenide/selenide-for-selenium-ide |
Supported Languages | 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" ] } } |