Cypress Object Finder
Find Cypress Objects - id, name and custom attributes highlighted in different colors;Generates Cypress page Objects
ما هو Cypress Object Finder؟
Cypress Object Finder هو إضافة Chrome تم تطويرها بواسطة monirul.sk، والميزة الرئيسية لها هي "Find Cypress Objects - id, name and custom attributes highlighted in different colors;Generates Cypress page Objects".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Cypress Object Finder
قم بتنزيل ملفات الامتداد Cypress Object Finder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Cypress Object Finder - helps to build cypress test building
معلومات أساسية عن التمديد
الاسم | Cypress Object Finder |
ID | mlbenhbephfijefckjjecmkigbgncohc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/cypress-object-finder/mlbenhbephfijefckjjecmkigbgncohc |
الوصف | Find Cypress Objects - id, name and custom attributes highlighted in different colors;Generates Cypress page Objects |
حجم الملف | 41.2 KB |
عدد التثبيتات | 36 |
النسخة الحالية | 1.2 |
آخر تحديث | 2022-09-21 |
تاريخ النشر | 2022-09-21 |
المطور | monirul.sk |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cypress Object Finder", "version": "1.2", "manifest_version": 3, "description": "Find Cypress Objects - id, name and custom attributes highlighted in different colors;Generates Cypress page Objects", "action": { "default_icon": "cof.png", "default_title": "Cypress Object Finder", "default_popup": "object_finder.html" }, "permissions": [ "activeTab", "scripting" ] } |