05-30-2014, 01:20 PM
Hi Elimelech.Eli,
You can actually handle the case like below.
This should resolve your issue.
You can actually handle the case like below.
Code:
myFlag=Browser("Browser").Page("Page").Frame("260266_20").Image("10_1_5").Exist
If myFlag Then
Reporter.ReportEvent micPass, "Testing", "Test"
End If