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 |
公式URL | 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" ] } |