Robocorp Recorder
A browser extension that records user action and scans the page to generate RobotFramework scripts
什么是Robocorp Recorder?
Robocorp Recorder是由Robocorp开发的Chrome扩展程序,该扩展的主要功能是“A browser extension that records user action and scans the page to generate RobotFramework scripts”。
扩展截图
下载Robocorp Recorder扩展crx文件
下载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": [ " |