Pages

Tuesday, July 09, 2013

Testing XPath in Google Chrome browser

To evaluate an XPath in Chrome browser, open the console and use

$x("xpathselector")

replacing, of course, the "xpathselector" text with actual XPath selector.

Source: Testing XPath in Google Chrome browser

No comments: