Page Element Dumper: A Convenient Tool for Selectors
Page Element Dumper is a free Chrome add-on developed by VDubs. It falls under the category of Browsers and specifically belongs to the Add-ons & Tools subcategory. With Page Element Dumper, users can easily parse a webpage for selectors and obtain semi-smart output of the paths to elements.
This handy tool works by grabbing all elements on the page and creating a list with selectors that have IDs or class names. It also jumps one level up the tree to check if the parent element has an ID or class. The resulting file is then dumped into the downloads folder as an array of elements.
While Page Element Dumper may generate some verbose selectors, it does not currently support advanced features like selecting the Nth child. However, it serves as a useful resource for quickly obtaining selectors, especially for automation purposes.
Please note that the screenshot provided in the description showcases NightwatchJS, a separate package that is not directly affiliated with Page Element Dumper. However, the developer mentions having used NightwatchJS in the past.
Overall, Page Element Dumper is a valuable tool for developers and testers who need to swiftly obtain selectors to kickstart their automation projects.