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
nagel
6 years agoOccasional Contributor
If the other suggestions are not working; check the Task Manager to see if you have duplicate applications running. I had this same issue, and noticed I had two "cmd.exe" running, one process was hung without visability on screen.