CloudTestSoftware Recorder
Create rapid Selenium automated tests with browsers using CloudTestSoftware recorder and CTestOne platform for any site.
CloudTestSoftware Recorderคืออะไร?
CloudTestSoftware Recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cloudtestsoftware.com และคุณลักษณะหลักของมันคือ "Create rapid Selenium automated tests with browsers using CloudTestSoftware recorder and CTestOne platform for any site."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CloudTestSoftware Recorder
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |