Selenide for Selenium IDE
Selenide code-export plugin for Selenium IDE
Selenide for Selenium IDE क्या है?
Selenide for Selenium IDE Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Selenide code-export plugin for Selenium IDE"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Selenide for Selenium IDE एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } } |