Forum Discussion
Colin_McCrae
11 years agoCommunity Hero
VisibleOnScreen property may also have verified this?
Assuming the app has the screen to itself at runtime, this property should indicate whether or not TestComplete can actually "see" the control. Rather than Visible which is a setting of the control, but it can still be hidden.
Use carefully if you're going to rely on it. You need to make sure you're controlling screen sizes, opening things full screen, scrolling into view when required etc etc .... so it doesn't end up missing things due to how things are displayed during a run. Especially if you're running heedlessly.
Assuming the app has the screen to itself at runtime, this property should indicate whether or not TestComplete can actually "see" the control. Rather than Visible which is a setting of the control, but it can still be hidden.
Use carefully if you're going to rely on it. You need to make sure you're controlling screen sizes, opening things full screen, scrolling into view when required etc etc .... so it doesn't end up missing things due to how things are displayed during a run. Especially if you're running heedlessly.