Forum Discussion
TanyaYatskovska
Alumni
12 years agoHi Steve,
I would say that this behavior is expected. Even if the object is partially visible on the screen, most probably, its Visible property will be True. So, TestComplete thinks that the whole object is visible.
As far as I understand, you are testing a web page. In this case, you can try using the ScrollIntoView function to scroll the page to the needed object and use it in the checkpoint after that.