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
|
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 |
||||
|
|
|
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. |
|||
|
|
|
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! |
|||
|
|
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. |
|||
|
|