Forum Discussion
AlexKaras
15 years agoCommunity Hero
Hi,
Jared meant modifying your script test code like this (VBScript mokup):
If (yourTestedObject.VisibleOnScreen) Then
' your current code
Else
Log.Error(yourTestedObject.FullName & " is not visible on screen")
End If
Jared meant modifying your script test code like this (VBScript mokup):
If (yourTestedObject.VisibleOnScreen) Then
' your current code
Else
Log.Error(yourTestedObject.FullName & " is not visible on screen")
End If