Currently I am working on a desktop application which is developed in power builder. Earlier below code line used to work without any issue.
PbWindow().PbWindow().ActiveX().Page().Highlight
Since last week, UFT identifying Page class as WinObject. Now current hierarchy is PbWindow->PbWindow->ActiveX->WinObject
.
There is table on this page from which we are fetching the information for validation purpose. But due to this issue we are not able to do anything.
We got confirmation that developer hasn't change the code. What could be an issue & what is the solution for this?