A Chrome DevTools extension to test XPath expressions and highlight matched elements.
- Adds an XPath Helper panel in Chrome DevTools
- Enter any XPath expression and highlight all matching elements
- Clone this repository
- Open Chrome and go to
chrome://extensions/ - Enable Developer mode
- Click Load unpacked
- Select the xpath_helper folder from this repository
The extension works on most web pages, but system pages (e.g., chrome://*), local files (file:///), and some special pages (such as the Chrome Web Store) do not allow content script injection.
