Micro Focus QTP (UFT) Forums
Object 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: Object identification (/Thread-Object-identification--6820)



Object identification - harishkce89@gmail.com - 09-20-2012

when i add a object to the repository
Code:
Browser("xxx").page("yyy").Webelement("ZZZ")
when i highlight the added object is highlighted

the object is even visible and gets highlighted when i open a dialog over the
Code:
Browser("xxx").page("yyy").page("yyy")

The Webelement("ZZZ") visible property is always true
even when it is notvisible in the application

Can some one tell me suggestion