CloudTestSoftware Recorder
Create rapid Selenium automated tests with browsers using CloudTestSoftware recorder and CTestOne platform for any site.
什麼是CloudTestSoftware Recorder?
CloudTestSoftware Recorder是由https://cloudtestsoftware.com開發的Chrome擴展程式,該擴展的主要功能是“Create rapid Selenium automated tests with browsers using CloudTestSoftware recorder and CTestOne platform for any site.”。
擴展截圖
下載CloudTestSoftware Recorder擴展crx文件
下載CloudTestSoftware Recorder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | CloudTestSoftware Recorder |
ID | ilmfllfomekmebackjaalmpnnmomcodk |
官方網址 | https://chromewebstore.google.com/detail/cloudtestsoftware-recorde/ilmfllfomekmebackjaalmpnnmomcodk |
簡介 | Create rapid Selenium automated tests with browsers using CloudTestSoftware recorder and CTestOne platform for any site. |
檔案大小 | 150 KB |
安裝次數 | 25 |
目前版本 | 1.1.0-pre |
更新時間 | 2015-12-29 |
上架時間 | 2015-12-29 |
開發者 | https://cloudtestsoftware.com |
付費類型 | free |
擴展官網 | http://cloudtestsoftware.com |
說明頁面URL | https://github.com/cloudtestsoftware/CTestOne/issues |
支援的語言 | 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" ] } |