Find My Locator
Description “FindMyLocator” is a powerful and user-friendly browser extension designed to simplify locating unique elements within…
什么是Find My Locator?
Find My Locator是由devqaexpert开发的Chrome扩展程序,该扩展的主要功能是“Description “FindMyLocator” is a powerful and user-friendly browser extension designed to simplify locating unique elements within…”。
扩展截图
下载Find My Locator扩展crx文件
下载Find My Locator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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/
扩展基本信息
名称 | Find My Locator |
ID | dcbgkkkekedfhfkopmcpgekglckkgmgj |
官方URL | https://chromewebstore.google.com/detail/find-my-locator/dcbgkkkekedfhfkopmcpgekglckkgmgj |
简介 | Description “FindMyLocator” is a powerful and user-friendly browser extension designed to simplify locating unique elements within… |
文件大小 | 199 KB |
安装次数 | 97 |
当前版本 | 1.2.3 |
更新时间 | 2024-02-08 |
上架时间 | 2023-11-18 |
评分 | 5.00/5 共29次评分 |
开发者 | devqaexpert |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://devqaexpert.com/findmylocator/ |
帮助页面URL | http://devqaexpert.com/findmylocator-help/ |
隐私政策页面URL | http://devqaexpert.com/privacy-policy |
支持的语言 | 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": [ " |