WebdriverIO Chrome Recorder

WebdriverIO Extension for Devtools that allows you to export tests directly from the Recorder panel.

Τι είναι το WebdriverIO Chrome Recorder;

Το WebdriverIO Chrome Recorder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον christian.bromann, και η κύρια λειτουργία του είναι "WebdriverIO Extension for Devtools that allows you to export tests directly from the Recorder panel.".

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

screenshot

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

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

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

                        WebdriverIO Extension for DevTools that allows you to export tests directly from the Recorder panel. WebdriverIO Chrome Recorder Extension lets you export user flows as WebdriverIO test scripts from the Recorder panel in Chrome DevTools.

With Chrome Recorder and the WebdriverIO Chrome Recorder Extension, you can start creating test scripts for WebdriverIO with just a few clicks.

After installing this extension, you will see a new "Export as WebdriverIO Test Script" option available under the export menu.

Learn more about Chrome Recorder and the WebdriverIO extension with our official guide: https://bit.ly/wdio-recorder                    

Βασικές Πληροφορίες Επέκτασης

Όνομα WebdriverIO Chrome Recorder WebdriverIO Chrome Recorder
ID pllimkccefnbmghgcikpjkmmcadeddfn
Επίσημο URL https://chromewebstore.google.com/detail/webdriverio-chrome-record/pllimkccefnbmghgcikpjkmmcadeddfn
Περιγραφή WebdriverIO Extension for Devtools that allows you to export tests directly from the Recorder panel.
Μέγεθος Αρχείου 30.49 KB
Αριθμός Εγκαταστάσεων 3,043
Τρέχουσα Έκδοση 0.5.1
Τελευταία Ενημέρωση 2023-05-23
Ημερομηνία Δημοσίευσης 2022-08-19
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής christian.bromann
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://webdriver.io
Διεύθυνση URL της Σελίδας Βοήθειας https://gitter.im/webdriverio/webdriverio
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.5.1",
    "name": "WebdriverIO Chrome Recorder",
    "description": "WebdriverIO Extension for Devtools that allows you to export tests directly from the Recorder panel.",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "author": "Christian Bromann ",
    "homepage_url": "https:\/\/webdriver.io",
    "offline_enabled": true,
    "permissions": [],
    "devtools_page": "DevToolsPlugin.html",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "minimum_chrome_version": "101"
}