Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

can some one suggest an xpath generator (free) for IE similar to xpather (http://xpath.alephzarro.com/) in firefox. I am trying to use selenium and the application i am working on opens only in IE.

Is there an xpath generator for IE?

Thanks

share|improve this question

3 Answers

This is almost a duplicate of this StackOverflow question where @PhiLho supplies an excellent answer--he provides "source code" for creating two IE bookmarklets to get the XPath of most anything in IE with a couple clicks.

However, worth mentioning here is a very good blog entry at Software Functional Test Automation that walks you through how to implement PhiLho's solution if you are less familiar with bookmarklets.

share|improve this answer
Yes, the blog mentioned above is good and well – Ripon Al Wasim Jan 16 at 8:30

I've used selector gadget a bunch and love it:

http://www.selectorgadget.com/

I just tried it in IE8 and it seemed to work for me... maybe give that a shot. Good luck!

share|improve this answer
The process found in the above url works well with IE 8 for me also. nice – Ripon Al Wasim Jan 16 at 8:28

About the script to get IE xpath, it's wonderful. However, it's not as easy useful as Firebug on Firefox. About the script in IE, it's almost not possible to get submit button xpath or xpath inside a frame (such as a iframe).

Just wonder whether the new release of IE would have a good support of xpath.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.