CloudTestSoftware Recorder
Create rapid Selenium automated tests with browsers using CloudTestSoftware recorder and CTestOne platform for any site.
Cos'è CloudTestSoftware Recorder?
CloudTestSoftware Recorder è un'estensione di Chrome sviluppata da https://cloudtestsoftware.com, e la sua funzione principale è "Create rapid Selenium automated tests with browsers using CloudTestSoftware recorder and CTestOne platform for any site.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CloudTestSoftware Recorder
Scarica i file di estensione CloudTestSoftware Recorder 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
Use this recorder to record test script to automate browser testing with CloudTestSoftware. CloudTestSoftware uses Selenium Webdriver to run this script and download sample project from github using below link https://github.com/cloudtestsoftware/CTestOne
Informazioni di Base sull'Estensione
Nome | CloudTestSoftware Recorder |
ID | ilmfllfomekmebackjaalmpnnmomcodk |
URL Ufficiale | https://chromewebstore.google.com/detail/cloudtestsoftware-recorde/ilmfllfomekmebackjaalmpnnmomcodk |
Descrizione | Create rapid Selenium automated tests with browsers using CloudTestSoftware recorder and CTestOne platform for any site. |
Dimensione del File | 150 KB |
Conteggio Installazioni | 25 |
Versione Corrente | 1.1.0-pre |
Ultimo Aggiornamento | 2015-12-29 |
Data di Pubblicazione | 2015-12-29 |
Sviluppatore | https://cloudtestsoftware.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://cloudtestsoftware.com |
URL della Pagina di Aiuto | https://github.com/cloudtestsoftware/CTestOne/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CloudTestSoftware Recorder", "description": "Create rapid Selenium automated tests with browsers using CloudTestSoftware recorder and CTestOne platform for any site.", "version": "0.1.0.0", "version_name": "1.1.0-pre", "minimum_chrome_version": "26.0", "devtools_page": "lib\/devtools.html", "background": { "scripts": [ "lib\/Recorder.js", "lib\/background.js" ], "persistent": false }, "icons": { "16": "resources\/manifestIcons\/logo_16.png", "32": "resources\/manifestIcons\/logo_32.png", "48": "resources\/manifestIcons\/logo_48.png", "64": "resources\/manifestIcons\/logo_64.png", "128": "resources\/manifestIcons\/logo_128.png" }, "permissions": [ "downloads", "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "webNavigation" ] } |