CloudTestSoftware Recorder
Create rapid Selenium automated tests with browsers using CloudTestSoftware recorder and CTestOne platform for any site.
What is CloudTestSoftware Recorder?
CloudTestSoftware Recorder is a Chrome extension developed by https://cloudtestsoftware.com, and its main feature is "Create rapid Selenium automated tests with browsers using CloudTestSoftware recorder and CTestOne platform for any site.".
Extension Screenshots
Download CloudTestSoftware Recorder Extension CRX File
Download CloudTestSoftware Recorder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | CloudTestSoftware Recorder |
ID | ilmfllfomekmebackjaalmpnnmomcodk |
Official URL | 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. |
File Size | 150 KB |
Installation Count | 25 |
Current Version | 1.1.0-pre |
Last Updated | 2015-12-29 |
Publish Date | 2015-12-29 |
Developer | https://cloudtestsoftware.com |
Payment Type | free |
Extension Website | http://cloudtestsoftware.com |
Help Page URL | https://github.com/cloudtestsoftware/CTestOne/issues |
Supported Languages | 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" ] } |