AutonomIQ Smart Recorder

Selenium Test Generator for creating low-code tests in the AutonomIQ studio.

Τι είναι το AutonomIQ Smart Recorder;

Το AutonomIQ Smart Recorder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://autonomiq.ai, και η κύρια λειτουργία του είναι "Selenium Test Generator for creating low-code tests in the AutonomIQ studio.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης AutonomIQ Smart Recorder

Λήψη αρχείων επέκτασης AutonomIQ Smart Recorder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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 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": [
                ""
            ],
            "css": [
                "content-script\/contentScript.css"
            ],
            "all_frames": true,
            "js": [
                "content-script\/browser-polyfill.min.js",
                "content-script\/contentScript.js"
            ],
            "match_about_blank": true
        },
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content-script\/recorder.js",
                "content-script\/xpath.js",
                "content-script\/web-page.js",
                "content-script\/shadowDom.js"
            ],
            "match_about_blank": true
        }
    ],
    "web_accessible_resources": [
        "icons\/logo.png"
    ]
}