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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
}