WebdriverIO Chrome Recorder

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

Qu'est-ce que WebdriverIO Chrome Recorder ?

WebdriverIO Chrome Recorder est une extension Chrome développée par christian.bromann, et sa fonction principale est "WebdriverIO Extension for Devtools that allows you to export tests directly from the Recorder panel.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension WebdriverIO Chrome Recorder

Téléchargez les fichiers d'extension WebdriverIO Chrome Recorder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom WebdriverIO Chrome Recorder WebdriverIO Chrome Recorder
ID pllimkccefnbmghgcikpjkmmcadeddfn
URL Officiel https://chromewebstore.google.com/detail/webdriverio-chrome-record/pllimkccefnbmghgcikpjkmmcadeddfn
Description WebdriverIO Extension for Devtools that allows you to export tests directly from the Recorder panel.
Taille du Fichier 30.49 KB
Nombre d'Installations 3,043
Version Actuelle 0.5.1
Dernière Mise à Jour 2023-05-23
Date de Publication 2022-08-19
Évaluation 3.00/5 Total 2 Évaluations
Développeur christian.bromann
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://webdriver.io
URL de la Page d'Aide https://gitter.im/webdriverio/webdriverio
Langues Prises en Charge 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"
}