Posts: 2
Threads: 1
Joined: Nov 2009
Reputation:
0
11-10-2009, 11:58 PM
I have a window while launching it is taking time. I am using wait right now. Is there is any better option than wait. If I say wait 10 it is waiting for 10 seconds instead if the browser comes back in 4 seconds I don't want to be waiting for the complete 10 seconds.
Thank you in advance.
Thx
Sri
Posts: 2
Threads: 1
Joined: Nov 2009
Reputation:
0
11-11-2009, 03:37 AM
jsknight1969, Thank you very much for your immediate response. I will test it and use it.
Thx
Sri
Posts: 159
Threads: 0
Joined: Mar 2009
Reputation:
0
11-11-2009, 04:34 PM
Hi,
You can use theenvironment variable and specify various time wait parameters like
1. waittime for checkbox.
2 Wait time for page.
3. Wait time for table
and like this other controls.
Syntax:
Object.wait("waittime")