pH - Playwright Helper
Find Playwright UI elements - id, name and custom attributes highlighted in different colors;Generates Playwright page Objects
ما هو pH - Playwright Helper؟
pH - Playwright Helper هو إضافة Chrome تم تطويرها بواسطة monirul.sk، والميزة الرئيسية لها هي "Find Playwright UI elements - id, name and custom attributes highlighted in different colors;Generates Playwright page Objects".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة pH - Playwright Helper
قم بتنزيل ملفات الامتداد pH - Playwright Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Find Playwright Test locators such as - id, name and custom attributes highlighted in different colors;Generates Playwright Page Objects
معلومات أساسية عن التمديد
الاسم | pH - Playwright Helper |
ID | jckkjbhilhnbdoamfbemafahjcdmpakd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/ph-playwright-helper/jckkjbhilhnbdoamfbemafahjcdmpakd |
الوصف | Find Playwright UI elements - id, name and custom attributes highlighted in different colors;Generates Playwright page Objects |
حجم الملف | 26.26 KB |
عدد التثبيتات | 1,264 |
النسخة الحالية | 1.0 |
آخر تحديث | 2022-09-22 |
تاريخ النشر | 2022-09-22 |
المطور | monirul.sk |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "pH - Playwright Helper", "version": "1.0", "manifest_version": 3, "description": "Find Playwright UI elements - id, name and custom attributes highlighted in different colors;Generates Playwright page Objects", "action": { "default_icon": "pH.png", "default_title": "Playwright Helper", "default_popup": "object_finder.html" }, "permissions": [ "activeTab", "scripting" ] } |