Catchpoint Script Recorder
Easily generate Selenium-based scripts for browser automation and testing.
¿Qué es Catchpoint Script Recorder?
Catchpoint Script Recorder es una extensión de Chrome desarrollada por Catchpoint Systems Inc., y su función principal es "Easily generate Selenium-based scripts for browser automation and testing.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Catchpoint Script Recorder
Descarga archivos de extensión Catchpoint Script Recorder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Catchpoint Script Recorder |
ID | ondjkacanajgdlnhcnpiapajjpgilplo |
URL Oficial | https://chromewebstore.google.com/detail/catchpoint-script-recorde/ondjkacanajgdlnhcnpiapajjpgilplo |
Descripción | Easily generate Selenium-based scripts for browser automation and testing. |
Tamaño del Archivo | 2.1 MB |
Cantidad de Instalaciones | 2,482 |
Versión Actual | 1.9.21 |
Última Actualización | 2021-05-27 |
Fecha de Publicación | 2020-05-17 |
Calificación | 2.43/5 Total de 14 Calificaciones |
Desarrollador | Catchpoint Systems Inc. |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.catchpoint.com |
URL de la Página de Ayuda | http://support.catchpoint.com |
URL de la Página de Política de Privacidad | https://www.catchpoint.com/trust |
Idiomas Soportados | 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": [ " |