Catchpoint Script Recorder
Easily generate Selenium-based scripts for browser automation and testing.
Cos'è Catchpoint Script Recorder?
Catchpoint Script Recorder è un'estensione di Chrome sviluppata da Catchpoint Systems Inc., e la sua funzione principale è "Easily generate Selenium-based scripts for browser automation and testing.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Catchpoint Script Recorder
Scarica i file di estensione Catchpoint Script Recorder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Catchpoint Script Recorder |
ID | ondjkacanajgdlnhcnpiapajjpgilplo |
URL Ufficiale | https://chromewebstore.google.com/detail/catchpoint-script-recorde/ondjkacanajgdlnhcnpiapajjpgilplo |
Descrizione | Easily generate Selenium-based scripts for browser automation and testing. |
Dimensione del File | 2.1 MB |
Conteggio Installazioni | 2,482 |
Versione Corrente | 1.9.21 |
Ultimo Aggiornamento | 2021-05-27 |
Data di Pubblicazione | 2020-05-17 |
Valutazione | 2.43/5 Totale 14 Valutazioni |
Sviluppatore | Catchpoint Systems Inc. |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.catchpoint.com |
URL della Pagina di Aiuto | http://support.catchpoint.com |
URL della Pagina della Politica sulla Privacy | https://www.catchpoint.com/trust |
Lingue Supportate | 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": [ " |