Forum Discussion
AlexKaras
Champion Level 3
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.
Related Content
- 10 years ago
- 7 years ago
Recent Discussions
- 12 hours ago
- 13 hours ago