How to get xpath in IE

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

How to get xpath in IE

tulsi.tester
Hi Tarun,

I have one web application which does support only IE. How to identify the objects like xpath. I want to get the xpath of the objects. Could you let me know how to achieve it.
Reply | Threaded
Open this post in threaded view
|

Re: How to get xpath in IE

softwaretestingforum
Administrator
Do you have knowledge of writing xpath then you can look at the source code of application and write xpath.
You could refer this doc for writing xPath - http://www.w3.org/TR/xpath/
~ seleniumtests.com
Reply | Threaded
Open this post in threaded view
|

Re: How to get xpath in IE

tulsi.tester
Hi Tarun,

I am using two javascript function which is posted on some other blog and i am able to get the xpath in IE. Here is the post.

http://functionaltestautomation.blogspot.in/2008/12/xpath-in-internet-explorer.html