Page Modeller (Selenium, Robot Framework etc)
Browser DevTools extension for modelling web pages for automation.
ما هو Page Modeller (Selenium, Robot Framework etc)؟
Page Modeller (Selenium, Robot Framework etc) هو إضافة Chrome تم تطويرها بواسطة Dan Humphrey، والميزة الرئيسية لها هي "Browser DevTools extension for modelling web pages for automation.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Page Modeller (Selenium, Robot Framework etc)
قم بتنزيل ملفات الامتداد Page Modeller (Selenium, Robot Framework etc) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The Page Modeller extension enables developers to scan a web page and generate page object style code for various tools, languages and frameworks and test the UI locators in the browser. Currently supported tools and languages are: * Selenium WebDriver Java * Selenium WebDriver C# * Puppeteer * Robot Framework * Protractor * Protractor TypeScript Feel free to propose new functionality and additional frameworks here: https://github.com/danhumphrey/page-modeller/issues This extension is being actively developed and is considered a beta release.
معلومات أساسية عن التمديد
الاسم | Page Modeller (Selenium, Robot Framework etc) |
ID | ejgkdhekcepfgdghejpkmbfjgnioejak |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/page-modeller-selenium-ro/ejgkdhekcepfgdghejpkmbfjgnioejak |
الوصف | Browser DevTools extension for modelling web pages for automation. |
حجم الملف | 828 KB |
عدد التثبيتات | 1,700 |
النسخة الحالية | 2.1.0 |
آخر تحديث | 2020-11-01 |
تاريخ النشر | 2020-05-22 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | Dan Humphrey |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/danhumphrey/page-modeller |
عنوان صفحة المساعدة | https://github.com/danhumphrey/page-modeller/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Page Modeller (Selenium, Robot Framework etc)", "short_name": "PageModeller", "description": "Browser DevTools extension for modelling web pages for automation.", "version": "2.1.0", "version_name": "2.1.0", "manifest_version": 2, "icons": { "16": "icons\/icon_16_grey.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "Page Modeller", "default_popup": "popup\/popup.html", "default_icon": { "16": "icons\/icon_16_grey.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "devtools_page": "devtools-page.html", "permissions": [ "storage", "clipboardWrite" ], "content_scripts": [ { "matches": [ " |