Comparable seach box with Chrome tools similiar to Firebug/FirePath

96 views Asked by At

Is there some comparable tool to the below screenshot in Chrome (screenshot below is firebug/firepath) I liked how the user can place the string of the xpath in the search box and as the user types if something matches it would highlight.

enter image description here

1

There are 1 answers

0
Sebastian Zartner On BEST ANSWER

The Chrome DevTools have integrated support for XPath searches within their inspector. Just press Ctrl+F to open the search and start typing your XPath:

XPath search in Chrome DevTools Inspector

The Firefox DevTools do not provide this feature yet, though there's a request for it.

Both tools allow to search for CSS selectors, though.