Verify an XPath expression in Chrome Developer Tools September 2, 2023 Open Chrome Developer Tools and Console Tab. Use $x Function: Simply type $x('your_xpath_here') in the console. For example: $x('//h1') This will return an array of elements that match the XPath query. Related