I use the $ x console function in Firebug with great success, I usually write in the Firebug console:
$x("//div/whatever my xpath string is")
Then I run my console function and get the result. Does anyone know a similar feature that can be used in IE Developer Tools?
source
share