10-26-2010, 05:13 PM
Thank you! The ExitTest stopped the script from running right away. Now I am having an issue with the If part of the statement:
I get a run error message:
Object doesn't support this property or method:
Line (7):
Code:
Browser("Oracle Applications 11i").Page("Oracle Applications 11i").Sync
Browser("Browser").Page("Oracle Applications").Sync
wait(30)
[color=#FF0000]If (Browser("Oracle Applications 11i").Page("Oracle Applications 11i").exists(2)) Then[/color]
'if the Oracle window opens then run the rest of the test
else
ExitTest
End If
I get a run error message:
Object doesn't support this property or method:
Code:
'Browser(...).Page(...).exists'
Line (7):
Code:
"If (Browser("Oracle Applications 11i").Page("Oracle Applications 11i").exists(2)) Then"