CloudTestSoftware Recorder
Create rapid Selenium automated tests with browsers using CloudTestSoftware recorder and CTestOne platform for any site.
Qu'est-ce que CloudTestSoftware Recorder ?
CloudTestSoftware Recorder est une extension Chrome développée par https://cloudtestsoftware.com, et sa fonction principale est "Create rapid Selenium automated tests with browsers using CloudTestSoftware recorder and CTestOne platform for any site.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CloudTestSoftware Recorder
Téléchargez les fichiers d'extension CloudTestSoftware Recorder 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
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
Informations de Base sur l'Extension
Nom | CloudTestSoftware Recorder |
ID | ilmfllfomekmebackjaalmpnnmomcodk |
URL Officiel | https://chromewebstore.google.com/detail/cloudtestsoftware-recorde/ilmfllfomekmebackjaalmpnnmomcodk |
Description | Create rapid Selenium automated tests with browsers using CloudTestSoftware recorder and CTestOne platform for any site. |
Taille du Fichier | 150 KB |
Nombre d'Installations | 25 |
Version Actuelle | 1.1.0-pre |
Dernière Mise à Jour | 2015-12-29 |
Date de Publication | 2015-12-29 |
Développeur | https://cloudtestsoftware.com |
Type de Paiement | free |
Site Web de l'Extension | http://cloudtestsoftware.com |
URL de la Page d'Aide | https://github.com/cloudtestsoftware/CTestOne/issues |
Langues Prises en Charge | 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" ] } |