Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Finding an elements XPath using IE Developer tool

Is there a way to find an element's XPath using IE Developer Tool?

like image 492
Wesly Avatar asked Jan 02 '10 01:01

Wesly


1 Answers

If your goal is to find CSS selectors you can use MRI (once MRI is open, click any element to see various selectors for the element):

http://westciv.com/mri/

For Xpath:

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

like image 165
mynameiscoffey Avatar answered Oct 19 '22 22:10

mynameiscoffey