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 |
公式URL | 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. |
Eメール | [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": [ " |