Hello all,
I've always used the WaitForString function because it improves the speed execution of the macros I write. I have recently come across a page in my system that I haven't been able to use it with because there isn't a specific string I can wait for.
My question is: is there a way to tell the WaitForString function to wait for a string in a certain location in the screen? I've tried using Sess0.screen.WaitForString ("text to wait for"), 6, 6, 6, 9, but i'm not sure it's doing what I want it to do.
I was also wondering if there is a way to have the system wait until another page is loaded?
Thanks for any suggestions.
I've always used the WaitForString function because it improves the speed execution of the macros I write. I have recently come across a page in my system that I haven't been able to use it with because there isn't a specific string I can wait for.
My question is: is there a way to tell the WaitForString function to wait for a string in a certain location in the screen? I've tried using Sess0.screen.WaitForString ("text to wait for"), 6, 6, 6, 9, but i'm not sure it's doing what I want it to do.
I was also wondering if there is a way to have the system wait until another page is loaded?
Thanks for any suggestions.