Micro Focus QTP (UFT) Forums

Full Version: Object identification
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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