Catchpoint Script Recorder
Easily generate Selenium-based scripts for browser automation and testing.
Qu'est-ce que Catchpoint Script Recorder ?
Catchpoint Script Recorder est une extension Chrome développée par Catchpoint Systems Inc., et sa fonction principale est "Easily generate Selenium-based scripts for browser automation and testing.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Catchpoint Script Recorder
Téléchargez les fichiers d'extension Catchpoint Script Recorder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Catchpoint Script Recorder |
ID | ondjkacanajgdlnhcnpiapajjpgilplo |
URL Officiel | https://chromewebstore.google.com/detail/catchpoint-script-recorde/ondjkacanajgdlnhcnpiapajjpgilplo |
Description | Easily generate Selenium-based scripts for browser automation and testing. |
Taille du Fichier | 2.1 MB |
Nombre d'Installations | 2,482 |
Version Actuelle | 1.9.21 |
Dernière Mise à Jour | 2021-05-27 |
Date de Publication | 2020-05-17 |
Évaluation | 2.43/5 Total 14 Évaluations |
Développeur | Catchpoint Systems Inc. |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.catchpoint.com |
URL de la Page d'Aide | http://support.catchpoint.com |
URL de la Page de Politique de Confidentialité | https://www.catchpoint.com/trust |
Langues Prises en Charge | 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": [ " |