Catchpoint Script Recorder
Easily generate Selenium-based scripts for browser automation and testing.
Τι είναι το Catchpoint Script Recorder;
Το Catchpoint Script Recorder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Catchpoint Systems Inc., και η κύρια λειτουργία του είναι "Easily generate Selenium-based scripts for browser automation and testing.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Catchpoint Script Recorder
Λήψη αρχείων επέκτασης Catchpoint Script Recorder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Simply input the URL where you want your automation to begin and click Start, then use the browser to perform the series of steps you want to automate. Catchpoint Script Recorder captures every action you take and generates a Selenium script in real time. The extension’s UI provides auto-complete, syntax highlighting, breakpoints, analytics, built-in screenshots, and play-back to help you test, edit, and debug your script. Send finished scripts directly to the Catchpoint Platform for use in your automated web transaction tests, or export them as Java, C#, Python, Ruby, or HTML.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Catchpoint Script Recorder |
ID | ondjkacanajgdlnhcnpiapajjpgilplo |
Επίσημο URL | https://chromewebstore.google.com/detail/catchpoint-script-recorde/ondjkacanajgdlnhcnpiapajjpgilplo |
Περιγραφή | Easily generate Selenium-based scripts for browser automation and testing. |
Μέγεθος Αρχείου | 2.1 MB |
Αριθμός Εγκαταστάσεων | 2,482 |
Τρέχουσα Έκδοση | 1.9.21 |
Τελευταία Ενημέρωση | 2021-05-27 |
Ημερομηνία Δημοσίευσης | 2020-05-17 |
Αξιολόγηση | 2.43/5 Συνολικά 14 Αξιολογήσεις |
Προγραμματιστής | Catchpoint Systems Inc. |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://www.catchpoint.com |
Διεύθυνση URL της Σελίδας Βοήθειας | http://support.catchpoint.com |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.catchpoint.com/trust |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "background": { "page": "views\/background.html" }, "browser_action": { "default_icon": "images\/favicon.png", "default_popup": "views\/popup.html", "default_title": "Catchpoint Script Recorder" }, "content_scripts": [ { "all_frames": true, "js": [ "Chrome\/selenium_atoms_compiled.js", "Chrome\/catchpoint_common_string.js", "libraries\/jquery-3.4.1.min.js", "Chrome\/catchpoint_content_performance.js", "Chrome\/catchpoint_content.js", "common\/recorder_common.js", "common\/catchpoint_recorder_constants.js", "content\/catchpoint_recorder_content.js", "scripts\/util.js", "scripts\/instantTest.js" ], "matches": [ " |