Selenium Object Finder

Find Selenium Objects - id, name and custom attributes highlighted in different colors for easier test automation

ما هو Selenium Object Finder؟

Selenium Object Finder هو إضافة Chrome تم تطويرها بواسطة monirul.sk، والميزة الرئيسية لها هي "Find Selenium Objects - id, name and custom attributes highlighted in different colors for easier test automation".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Selenium Object Finder

قم بتنزيل ملفات الامتداد Selenium Object Finder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Spot all the available id, name and custom attributes- highlighted in different colors
for web automation using Selenium WebDriver.

This chrome extension - SOF, helps to find all the objects without searching through the DOM. And the id,name and custom attribute values are displayed while hovering on the colored fields.

This way you can see the availability of Selenium objects in every page and you can ask the application developer to add the attributes right away for building robust automation test code when you are running fast in Agile.

*Custom attributes will be continually added on request
https://www.youtube.com/watch?v=sX3JKYFgIPY                    

معلومات أساسية عن التمديد

الاسم Selenium Object Finder Selenium Object Finder
ID afckeoeojpomagchfimplhodjooafmcf
عنوان URL الرسمي https://chromewebstore.google.com/detail/selenium-object-finder/afckeoeojpomagchfimplhodjooafmcf
الوصف Find Selenium Objects - id, name and custom attributes highlighted in different colors for easier test automation
حجم الملف 181 KB
عدد التثبيتات 6,010
النسخة الحالية 3.1
آخر تحديث 2024-01-06
تاريخ النشر 2018-03-31
تقييم 3.05/5 مجموع تقييمات 19
المطور monirul.sk
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Selenium Object Finder",
    "version": "3.1",
    "manifest_version": 3,
    "description": "Find Selenium Objects - id, name and custom attributes highlighted in different colors for easier test automation",
    "action": {
        "default_icon": "sof.png",
        "default_title": "Selenium Object Finder",
        "default_popup": "object-finder.html"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ]
}