Micro Focus QTP (UFT) Forums
Object not identified through DR - 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: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: Object not identified through DR (/Thread-Object-not-identified-through-DR)



Object not identified through DR - viv_karthy - 05-16-2009

I am tring to clclikc the "Login" button of http://licindia.com/.

I tried with the floowing code:

Code:
'Msgbox Browser("micclass:=browser", "Name:=LIC - Life Insurance Corporation of India").Page("Title:=LIC - Life Insurance Corporation of India").Image("Name:=Login","html tag:=IMG","Image type:=Image Link","visible:=True").Exist

* Properties identified using Object spy

Using the Exist property, the browser and page was identified. But the button is not idetified.
Please suggest what chnage should be done to ideitfy the button?