AutonomIQ Smart Recorder
Selenium Test Generator for creating low-code tests in the AutonomIQ studio.
AutonomIQ Smart Recorder क्या है?
AutonomIQ Smart Recorder https://autonomiq.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Selenium Test Generator for creating low-code tests in the AutonomIQ studio."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AutonomIQ Smart Recorder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The AutonomIQ Smart 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 Smart 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 Smart Recorder”? Window, click Add extension. 3. To launch the Recorder, in Google Chrome, click the Extensions icon and then click AutonomIQ Smart Recorder. Release Details - This plugin internally packaged as version 5.8.1.1 by Autonomiq developers
एक्सटेंशन की मूल जानकारी
नाम | AutonomIQ Smart Recorder |
ID | kfcabopmlndbbllbniemopmhjdlbjpml |
आधिकारिक URL | https://chromewebstore.google.com/detail/autonomiq-smart-recorder/kfcabopmlndbbllbniemopmhjdlbjpml |
विवरण | Selenium Test Generator for creating low-code tests in the AutonomIQ studio. |
फ़ाइल का आकार | 1.73 MB |
स्थापना संख्या | 101 |
वर्तमान संस्करण | 1.1.4 |
अंतिम अपडेट | 2022-03-17 |
प्रकाशन तिथि | 2021-02-01 |
डेवलपर | 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": "AutonomIQ Smart Recorder", "description": "Selenium Test Generator for creating low-code tests in the AutonomIQ studio.", "manifest_version": 2, "homepage_url": "https:\/\/www.autonomiq.io", "version": "1.1.4", "browser_action": { "default_icon": "icons-48.png", "default_title": "AutonomiQ" }, "icons": { "48": "icons-48.png", "96": "icons-96.png", "128": "icons-128.png" }, "background": { "scripts": [ "content-script\/browser-polyfill.min.js", "extension\/background.js" ], "persistent": false }, "permissions": [ "tabs", "activeTab", "contextMenus", "notifications" ], "content_scripts": [ { "matches": [ " |