Robocorp Recorder
A browser extension that records user action and scans the page to generate RobotFramework scripts
Что такое Robocorp Recorder?
Robocorp Recorder - это расширение Chrome, разработанное Robocorp, и его основная функция - "A browser extension that records user action and scans the page to generate RobotFramework scripts".
Снимки экрана расширения
Скачать файл CRX расширения Robocorp Recorder
Скачайте файлы расширений Robocorp Recorder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A browser extension that generates RobotFramework automation scripts for SeleniumLibrary and Browser. Useful for creating script to work as a "skeleton" to start programming tests and / or RPA on top of.
Forked from Wendy's Robotcorder https://github.com/sohwendy/Robotcorder
Use by opening the extension, configuring desired target library and mode (RPA or test automation) and then either scanning the page for selectors / locators or using record mode to save done user actions as a script.
See more documentation and info at https://github.com/robocorp/Robocorp-Recorder#robocorp-recorder Основная информация о расширении
| Название | |
| ID | mcecdbgadanapabbhbejbkmmgcifcdbn |
| Официальный URL | https://chrome.google.com/webstore/detail/mcecdbgadanapabbhbejbkmmgcifcdbn |
| Описание | A browser extension that records user action and scans the page to generate RobotFramework scripts |
| Размер файла | 203 KB |
| Количество установок | 1,511 |
| Текущая Версия | 0.6.2 |
| Последнее Обновление | 2022-04-01 |
| Дата публикации | 2021-01-08 |
| Рейтинг | 5.00/5 Всего 2 оценок |
| Разработчик | Robocorp |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/robocorp/Robotcorder/ |
| URL страницы помощи | https://github.com/robocorp/Robotcorder/issues |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Robocorp Recorder",
"version": "0.6.2",
"homepage_url": "https:\/\/github.com\/robocorp\/Robotcorder#robocorp-recorder",
"description": "A browser extension that records user action and scans the page to generate RobotFramework scripts",
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"background": {
"scripts": [
".\/src\/constants.js",
".\/src\/translator\/robot-translator.js",
".\/src\/background.js"
],
"persistent": true
},
"options_page": ".\/src\/options.html",
"content_scripts": [
{
"matches": [
" | |