10-26-2010, 05:21 PM
Hi,
The Syntax is wrong again,
The correct syntax is "Exist" . It is not "Exists"
try the below code
- Vinod
The Syntax is wrong again,
The correct syntax is "Exist" . It is not "Exists"
try the below code
Code:
If (Browser("Oracle Applications 11i").Page("Oracle Applications 11i").exist(2)) Then
'if the Oracle window opens then run the rest of the test
else
ExitTest
End If
- Vinod