Which command is used to extend the time limit of WAITFOR command?

Options
- Extend waitFor (time in sec)
- waitFor (time in sec) extend
- setTimeout (time in sec)
- setTimeout.


CORRECT ANSWER : setTimeout.

Discussion Board
Selenium

Answer: SetTimeout
Solution: WaitFor Command: The waitfor command is used to pause or wait the execution for the specified time. By default its pause time period is 30 seconds but we can easily change the time period by using the Settimeout command.
Therefore, option D is the correct answer.


Rohit Srivastava 07-28-2014 05:41 AM

Write your comments

 
   
 
 

Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement