Micro Focus QTP (UFT) Forums
X path Identification - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: X path Identification (/Thread-X-path-Identification)



X path Identification - vasavi.vasavi - 07-27-2015

Hi All,

Please Could any one please let me know how to get abs_x value of an object....


Thanks in advance.....


RE: X path Identification - kbhargava505 - 07-29-2015

If you want to get it on runtime use,

Code:
object.getroproperty("abs_x")

or otherwise you can get the value by using object spy.