Find My Locator

Description “FindMyLocator” is a powerful and user-friendly browser extension designed to simplify locating unique elements within…

What is Find My Locator?

Find My Locator is a Chrome extension developed by devqaexpert, and its main feature is "Description “FindMyLocator” is a powerful and user-friendly browser extension designed to simplify locating unique elements within…".

Extension Screenshots

screenshot
screenshot
screenshot

Download Find My Locator Extension CRX File

Download Find My Locator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Description
“FindMyLocator”  is a powerful and user-friendly browser extension designed to simplify locating unique elements within a Document Object Model (DOM) structure of your Web Pages.

FindMyLocator is a product conceived and meticulously crafted by R&D department of DevQAExpert Solution Pvt. Ltd.

Whether you’re a developer, a tester, or someone who frequently interacts with web content, “FindMyLocator”  is here to enhance your productivity and streamline your workflow. “FindMyLocator”  generates unique selectors just in a single click. It also supports axes methods like siblings, Following-sibling, parents, childNodes, ancestors and descendants etc.

Key Features of  FindMYLocator:

Precise Element Identification: “FindMyLocator”  empowers users to accurately pinpoint and identify specific elements within a webpage’s DOM structure. With a clicking event, you can visually select an element, and “FindMyLocator”  will generate a unique and robust locator strategy to access that element programmatically.

Multiple Locator Strategies: The extension supports a variety of popular locator strategies, such as CSS selectors, XPath, and more. This ensures that no matter your preferred method of interacting with the DOM, “FindMyLocator” has you covered.

Visual Selection: “FindMyLocator” offers an intuitive interface that lets users visually highlight the element they want to locate. The extension then generates the corresponding locator code, eliminating the need to manually inspect and create locators from scratch.

Code Generation: Once an element is selected, “FindMyLocator” generates the unique path required to access the selected element using the chosen locator strategy. This code can be directly copied and pasted into your development or testing environment, saving you time and reducing the likelihood of errors.

Interactive Preview: “FindMyLocator” provides an interactive preview of the selected element, showcasing how it will be targeted using the generated locator strategy. This preview helps users confirm their selection before incorporating the code into their projects.

Developer and Tester Friendly: Whether you’re writing automated tests, developing web applications, or performing manual testing, “FindMyLocator” simplifies the process of locating and interacting with DOM elements, helping you achieve better results in less time.

It supports
- xpath and CssSelector unique locator
- Ancestors and sibling
- iframe and nested iframe
- Cross origin iframe
- svg elements
- Dynamic elements,
- shadow DOM and nested shadow DOM, (In Progress)
- dynamic dropdown
- submenu and dynamic invisible elements too.
- Locate the coordinate positions (In Progress)
 

How to Use:
      ·  Install the “FindMyLocator” extension from the web store.
      ·  Navigate to a webpage you want to work with.
      ·  Click on the “FindMyLocator” icon in your browser toolbar to 
          activate the extension.
      ·  Click the element you want to locate.
      ·  Choose your preferred locator strategy (CSS selector, XPath, etc.).
      ·  Copy the generated code and paste it into your development or 
          testing environment.

 
Development Team:

“Challenges Drive Innovation”

In our testing domain, we encounter the constant need to identify unique locators and adapt to changes when locators evolve. This has led our Tester’s community to develop a groundbreaking solution that outperforms existing market products, ensuring precise locator identification even in the face of change.

Members are:- 
          Ms. Pooja Kabra         
          Mr. Gopal Solanki
          Ms. Arti Tongia 
          Mr. Pranjal  Dubey
          Mr. Nishant Sinha
          Mr. Rituraj Prajapati
          Mr. Rishabh Sharma
          Ms. Sonal Jadhav
 

Tested by:-
        Ms. Meenal Saxena   
        Ms. Neelam Dahare 
        Mr. Saurav Ranjan

Facts of  Our FindMyLocator Extension Tool:

       -  Seamlessly obtain distinctive locators
       -  Developed by a dedicated community of testers
       -  Rigorously tested by seasoned professionals
       -  Versatile multi-locator capabilities
       -  Guaranteed 100% efficiency
       -  Significant time savings achieved
       -  Free Available
       -  Chrome Browser compatible

Enhance your web development and testing efficiency with “FindMyLocator”.

Say goodbye to manual locator creation and debugging, and say hello to a smoother, more productive workflow.

Video: https://youtu.be/YDVNaTw0-b4
Web page: https://devqaexpert.com/findmylocator/                    

Extension Basic Information

Name Find My Locator Find My Locator
ID dcbgkkkekedfhfkopmcpgekglckkgmgj
Official URL https://chromewebstore.google.com/detail/find-my-locator/dcbgkkkekedfhfkopmcpgekglckkgmgj
Description Description “FindMyLocator” is a powerful and user-friendly browser extension designed to simplify locating unique elements within…
File Size 199 KB
Installation Count 97
Current Version 1.2.3
Last Updated 2024-02-08
Publish Date 2023-11-18
Rating 5.00/5 Total 29 Ratings
Developer devqaexpert
Email [email protected]
Payment Type free
Extension Website http://devqaexpert.com/findmylocator/
Help Page URL http://devqaexpert.com/findmylocator-help/
Privacy Policy Page URL http://devqaexpert.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Find My Locator",
    "version": "1.2.3",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/logo.png",
            "48": "img\/logo.png",
            "128": "img\/logo.png"
        }
    },
    "devtools_page": "devtools\/panel.html",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "scripting",
        "activeTab",
        "contextMenus",
        "management",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                "utilities\/jquery.js",
                "utilities\/Skip.js",
                "utilities\/commonUtilities.js",
                "Scripts\/CSSLocators.js",
                "Scripts\/XPATHLocators.js",
                "Scripts\/Content.js",
                "utilities\/logic.js",
                "utilities\/logicCSS.js"
            ],
            "css": [
                "popup.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}