06-19-2009, 12:13 AM
The issue I'm having really isn't related to the object being there. My issue is that after I submit the form the only way to get a screenshot of the results is by going to the next action. I was going to create a VirtualButton, but it failed even though I have administrative privileges. So, I'll probably just add a dummy step where it inserts something in to an input.
Also, I think a better way to do the above would be
Or something like that...
Also, I think a better way to do the above would be
Code:
Do While SwfWindow("WindowOne").SwfWindow("Create Customer / Class").exist(0) <> True
Wait(1)
Loop