Catchpoint Script Recorder
Easily generate Selenium-based scripts for browser automation and testing.
Co to jest Catchpoint Script Recorder?
Catchpoint Script Recorder to rozszerzenie Chrome opracowane przez Catchpoint Systems Inc., a jego główną funkcją jest „Easily generate Selenium-based scripts for browser automation and testing.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Catchpoint Script Recorder
Pobierz pliki rozszerzeń Catchpoint Script Recorder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Catchpoint Script Recorder |
ID | ondjkacanajgdlnhcnpiapajjpgilplo |
Oficjalny URL | https://chromewebstore.google.com/detail/catchpoint-script-recorde/ondjkacanajgdlnhcnpiapajjpgilplo |
Opis | Easily generate Selenium-based scripts for browser automation and testing. |
Rozmiar pliku | 2.1 MB |
Liczba instalacji | 2,482 |
Aktualna Wersja | 1.9.21 |
Ostatnia Aktualizacja | 2021-05-27 |
Data Publikacji | 2020-05-17 |
Ocena | 2.43/5 Łącznie 14 Oceny |
Deweloper | Catchpoint Systems Inc. |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://www.catchpoint.com |
Adres URL Strony Pomocy | http://support.catchpoint.com |
Adres URL Strony Polityki Prywatności | https://www.catchpoint.com/trust |
Obsługiwane Języki | 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": [ " |