SauceLabs Low Code Test Recorder
Selenium Test Generator for creating low-code tests in the SauceLabs Low Code Test Recorder.
什么是SauceLabs Low Code Test Recorder?
SauceLabs Low Code Test Recorder是由https://autonomiq.ai开发的Chrome扩展程序,该扩展的主要功能是“Selenium Test Generator for creating low-code tests in the SauceLabs Low Code Test Recorder.”。
扩展截图
下载SauceLabs Low Code Test Recorder扩展crx文件
下载SauceLabs Low Code Test Recorder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The AutonomIQ AI Studio Recorder is a user-friendly record and playback Chrome extension that empowers you to write, validate, and execute test automation in minutes. As an alternative to Selenium IDE, the AutonomIQ AI Studio Recorder helps you record browser interactions, and create multiple e2e test cases that can be saved for the future. This will speed up your development cycle and help you deliver digital confidence with every release. Smart Recorder features: - Record clicks, input events, etc. - Pause the recording when navigating. - Identify elements from the overlay. - Monitor recorded events. - Export to Selenium code. - Tweak the contents of the generated code. How to get started: 1. Click Add to Chrome. 2. In the Add “AutonomIQ AI Studio Recorder”? Window, click Add extension. 3. To launch the Recorder, in Google Chrome, click the Extensions icon and then click AutonomIQ AI Studio Recorder. Release Details - This plugin internally packaged as version 6.3 by Autonomiq developers
扩展基本信息
名称 | SauceLabs Low Code Test Recorder |
ID | gbpjhipoimcbdgocmigniagbdbniikab |
官方URL | https://chromewebstore.google.com/detail/saucelabs-low-code-test-r/gbpjhipoimcbdgocmigniagbdbniikab |
简介 | Selenium Test Generator for creating low-code tests in the SauceLabs Low Code Test Recorder. |
文件大小 | 1.72 MB |
安装次数 | 253 |
当前版本 | 3.0.60 |
更新时间 | 2023-09-30 |
上架时间 | 2020-04-27 |
开发者 | https://autonomiq.ai |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://autonomiq.io |
帮助页面URL | https://autonomiq.io |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SauceLabs Low Code Test Recorder", "description": "Selenium Test Generator for creating low-code tests in the SauceLabs Low Code Test Recorder.", "manifest_version": 3, "homepage_url": "https:\/\/saucelabs.com\/products\/low-code-testing", "version": "3.0.60", "permissions": [ "activeTab", "contextMenus", "storage" ], "action": { "default_icon": "icons-48.png", "default_title": "SauceLabs Low Code" }, "icons": { "48": "icons-48.png", "96": "icons-96.png", "128": "icons-128.png" }, "background": { "service_worker": "extension\/background.js" }, "content_scripts": [ { "matches": [ " |