Finding xPath in IE Dev tools similar to the console function $ x (xPathString) in Firebug

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?

+3
source share
1 answer

http://code.google.com/p/fire-ie-selenium/ - Are you looking for something like this?

-1
source

All Articles