Rapi Recorder
Rapi - Auto-first record-playback web test automation
What is Rapi Recorder?
Rapi Recorder is a Chrome extension developed by rapitest.service, and its main feature is "Rapi - Auto-first record-playback web test automation".
Extension Screenshots
Download Rapi Recorder Extension CRX File
Download Rapi Recorder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Rapi Recorder, formerly known as SideeX (Selenium IDE Extended), is a high-efficiency record-playback web testing tool for fast test script generation. Rapi is developed and maintained by National Cheng Kung University in Taiwan. It is completely free for both personal and commercial use. https://rapi.dev *Record & Replay 1. Navigate to the target website and launch Rapi extension. 2. Record your actions by clicking 'Record'. 3. Replay the commands with 'Play this case'. *CI and WebDriver - Utilize CLI Runner for seamless integration into continuous workflows. - Enable easy replay through WebDriver support.
Extension Basic Information
Name | Rapi Recorder |
ID | ajondaiaeoipdkpjeoljbjimmfenohin |
Official URL | https://chromewebstore.google.com/detail/rapi-recorder/ajondaiaeoipdkpjeoljbjimmfenohin |
Description | Rapi - Auto-first record-playback web test automation |
File Size | 2.95 MB |
Installation Count | 437 |
Current Version | 4.0.0 |
Last Updated | 2024-01-08 |
Publish Date | 2023-02-17 |
Rating | 5.00/5 Total 8 Ratings |
Developer | rapitest.service |
[email protected] | |
Payment Type | free |
Extension Website | https://rapi.dev |
Help Page URL | https://rapi.dev |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Rapi - Auto-first record-playback web test automation", "manifest_version": 3, "name": "Rapi Recorder", "homepage_url": "https:\/\/github.com\/RapiTest\/rapi", "icons": { "48": "icons\/logo-48.png", "96": "icons\/logo-96.png" }, "permissions": [ "tabs", "activeTab", "contextMenus", "downloads", "webNavigation", "notifications", "storage", "cookies", "declarativeNetRequest", "declarativeNetRequestWithHostAccess", "declarativeNetRequestFeedback" ], "host_permissions": [ " |