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 monirul.sk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find Selenium Objects - id, name and custom attributes highlighted in different colors for easier test automation"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Selenium Object Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}