Rapi Recorder
Rapi - Auto-first record-playback web test automation
Что такое Rapi Recorder?
Rapi Recorder - это расширение Chrome, разработанное rapitest.service, и его основная функция - "Rapi - Auto-first record-playback web test automation".
Снимки экрана расширения
Скачать файл CRX расширения Rapi Recorder
Скачайте файлы расширений Rapi Recorder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Rapi Recorder |
ID | ajondaiaeoipdkpjeoljbjimmfenohin |
Официальный URL | https://chromewebstore.google.com/detail/rapi-recorder/ajondaiaeoipdkpjeoljbjimmfenohin |
Описание | Rapi - Auto-first record-playback web test automation |
Размер файла | 2.95 MB |
Количество установок | 437 |
Текущая Версия | 4.0.0 |
Последнее Обновление | 2024-01-08 |
Дата публикации | 2023-02-17 |
Рейтинг | 5.00/5 Всего 8 оценок |
Разработчик | rapitest.service |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://rapi.dev |
URL страницы помощи | https://rapi.dev |
Поддерживаемые языки | 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": [ " |