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" ] } |