Selenium IDE
Selenium Record and Playback tool for ease of getting acquainted with Selenium WebDriver.
Qu'est-ce que Selenium IDE ?
Selenium IDE est une extension Chrome développée par https://seleniumhq.org, et sa fonction principale est "Selenium Record and Playback tool for ease of getting acquainted with Selenium WebDriver.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Selenium IDE
Téléchargez les fichiers d'extension Selenium IDE au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Selenium IDE |
ID | mooikfkahbdckldjjndioackbalphokd |
URL Officiel | https://chromewebstore.google.com/detail/selenium-ide/mooikfkahbdckldjjndioackbalphokd |
Description | Selenium Record and Playback tool for ease of getting acquainted with Selenium WebDriver. |
Taille du Fichier | 3.96 MB |
Nombre d'Installations | 811,097 |
Version Actuelle | 3.17.2 |
Dernière Mise à Jour | 2021-12-08 |
Date de Publication | 2020-03-17 |
Évaluation | 3.40/5 Total 253 Évaluations |
Développeur | https://seleniumhq.org |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://seleniumhq.org |
URL de la Page d'Aide | https://github.com/SeleniumHQ/selenium-ide/issues |
Langues Prises en Charge | 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", " |