CloudTestSoftware Recorder
Create rapid Selenium automated tests with browsers using CloudTestSoftware recorder and CTestOne platform for any site.
Apa itu CloudTestSoftware Recorder?
CloudTestSoftware Recorder adalah ekstensi Chrome yang dikembangkan oleh https://cloudtestsoftware.com, dan fitur utamanya adalah "Create rapid Selenium automated tests with browsers using CloudTestSoftware recorder and CTestOne platform for any site.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CloudTestSoftware Recorder
Unduh file ekstensi CloudTestSoftware Recorder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | CloudTestSoftware Recorder |
ID | ilmfllfomekmebackjaalmpnnmomcodk |
URL Resmi | https://chromewebstore.google.com/detail/cloudtestsoftware-recorde/ilmfllfomekmebackjaalmpnnmomcodk |
Deskripsi | Create rapid Selenium automated tests with browsers using CloudTestSoftware recorder and CTestOne platform for any site. |
Ukuran File | 150 KB |
Jumlah Instalasi | 25 |
Versi Saat Ini | 1.1.0-pre |
Terakhir Diperbarui | 2015-12-29 |
Tanggal Publikasi | 2015-12-29 |
Pengembang | https://cloudtestsoftware.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://cloudtestsoftware.com |
URL Halaman Bantuan | https://github.com/cloudtestsoftware/CTestOne/issues |
Bahasa yang Didukung | 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" ] } |