Selenium IDE
Selenium Record and Playback tool for ease of getting acquainted with Selenium WebDriver.
Selenium IDE क्या है?
Selenium IDE https://seleniumhq.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Selenium Record and Playback tool for ease of getting acquainted with Selenium WebDriver."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Selenium IDE एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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", " |