Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
If statement with recovery scenerio
#6
Solved: 11 Years, 4 Months ago
Thank you! The ExitTest stopped the script from running right away. Now I am having an issue with the If part of the statement:

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"
Reply


Messages In This Thread
If statement with recovery scenerio - by Marie - 10-20-2010, 07:09 PM
RE: If statement with recovery scenerio - by KVK - 10-26-2010, 10:17 AM
RE: If statement with recovery scenerio - by Marie - 10-26-2010, 05:13 PM
RE: If statement with recovery scenerio - by KVK - 10-26-2010, 05:21 PM
RE: If statement with recovery scenerio - by KVK - 10-26-2010, 06:19 PM
RE: If statement with recovery scenerio - by KVK - 10-27-2010, 10:23 AM
RE: If statement with recovery scenerio - by KVK - 10-29-2010, 09:35 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  recovery elsekra 0 1,396 12-19-2008, 12:34 AM
Last Post: elsekra

Forum Jump:


Users browsing this thread: 7 Guest(s)