Thursday, April 9, 2015

Firefox Console XPath Query

To find a page element using an xpath from the Firefox (Firebug) console, use:

$x("//your/path/here")