Selenideium Element Inspector

A handy tool to log attributes and Selenide, Selenium, Cypress, Playwright, Squish and TestCafe locators of the clicked element.

Selenideium Element Inspector क्या है?

Selenideium Element Inspector https://mszeles.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A handy tool to log attributes and Selenide, Selenium, Cypress, Playwright, Squish and TestCafe locators of the clicked element."।

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

screenshot

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

crx प्रारूप में Selenideium Element Inspector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Selenideium Element Inspector is a handy tool with which you can automatically generate complete line of copy-pastable Selenide, Selenium, Cypress, Playwright, TestCafe and Squish locators with a single click for any element.

Just copy-past the printed selector straight into your favourite IDE and that's it. 

You can save dozens of minutes each day by using this extension.

Please leave a review in case you find the plugin useful!

Buy me a coffee in case you save time by using Selenideium Element Inspector!: https://buymeacoffee.com/mikiszeles 😊

Release notes

V2.0
- Added support for:
    - Selenium JavaScript
    - Selenium Python 
    - Selenium C#
    - Cypress
    - TestCafe
    - Playwright
    - Squish
- Provide an option to select the testing frameworks for which selectors will be generated

V1.2
- Printing relative XPath selector for both Selenide and Selenium
- Printing CSS selectors based on any unique attribute for both Selenide and Selenium
- Printing CSS selectors based on any unique class for both Selenide and Selenium
- Automatically adding ";" to the end of the selector, so you really only have to copy-paste the 
  code.
- Marking the start and end of the logs belonging to Selenideium Element Inspector

V1.1
- Updated extension description

V1.0
- Printing the clicked element to the console for both Selenide and Selenium
- Printing id based selector for both Selenide and Selenium
- Printing name based selector for both Selenide and Selenium
- Printing tagName based selector for both Selenide and Selenium
- Printing linkText based selector for both Selenide and Selenium
- Printing withText based selector for Selenide
- Printing CSS based selector for both Selenide and Selenium                    

एक्सटेंशन की मूल जानकारी

नाम Selenideium Element Inspector Selenideium Element Inspector
ID mgfhljklijclnfeglclagdeoiknnmnda
आधिकारिक URL https://chromewebstore.google.com/detail/selenideium-element-inspe/mgfhljklijclnfeglclagdeoiknnmnda
विवरण A handy tool to log attributes and Selenide, Selenium, Cypress, Playwright, Squish and TestCafe locators of the clicked element.
फ़ाइल का आकार 34.96 KB
स्थापना संख्या 628
वर्तमान संस्करण 2.0
अंतिम अपडेट 2022-03-03
प्रकाशन तिथि 2022-02-15
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर https://mszeles.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Selenideium Element Inspector",
    "description": "A handy tool to log attributes and Selenide, Selenium, Cypress, Playwright, Squish and TestCafe locators of the clicked element.",
    "version": "2.0",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "options_page": "resources\/options.html",
    "background": {
        "service_worker": "src\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "resources\/hello.html",
        "default_icon": {
            "48": "resources\/Selenideium Element Inspector 48x48.jpg",
            "128": "resources\/Selenideium Element Inspector 128x128.jpg"
        }
    },
    "icons": {
        "48": "resources\/Selenideium Element Inspector 48x48.jpg",
        "128": "resources\/Selenideium Element Inspector 128x128.jpg"
    }
}