Selenium IDE
Selenium Record and Playback tool for ease of getting acquainted with Selenium WebDriver.
Cos'è Selenium IDE?
Selenium IDE è un'estensione di Chrome sviluppata da https://seleniumhq.org, e la sua funzione principale è "Selenium Record and Playback tool for ease of getting acquainted with Selenium WebDriver.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Selenium IDE
Scarica i file di estensione Selenium IDE in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Selenium IDE |
ID | mooikfkahbdckldjjndioackbalphokd |
URL Ufficiale | https://chromewebstore.google.com/detail/selenium-ide/mooikfkahbdckldjjndioackbalphokd |
Descrizione | Selenium Record and Playback tool for ease of getting acquainted with Selenium WebDriver. |
Dimensione del File | 3.96 MB |
Conteggio Installazioni | 811,097 |
Versione Corrente | 3.17.2 |
Ultimo Aggiornamento | 2021-12-08 |
Data di Pubblicazione | 2020-03-17 |
Valutazione | 3.40/5 Totale 253 Valutazioni |
Sviluppatore | https://seleniumhq.org |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://seleniumhq.org |
URL della Pagina di Aiuto | https://github.com/SeleniumHQ/selenium-ide/issues |
Lingue Supportate | 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", " |