Catchpoint Script Recorder
Easily generate Selenium-based scripts for browser automation and testing.
什麼是Catchpoint Script Recorder?
Catchpoint Script Recorder是由Catchpoint Systems Inc.開發的Chrome擴展程式,該擴展的主要功能是“Easily generate Selenium-based scripts for browser automation and testing.”。
擴展截圖
下載Catchpoint Script Recorder擴展crx文件
下載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 |
官方網址 | 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": [ " |