Which is a procedure?

Options
- Wait
- Exit
- WaitForProperty
- None of these.


CORRECT ANSWER : Wait

Discussion Board
Selenium

Answer: Wait
Solution: Exit: Exit Command is used to exit from any execution process.
Wait: Wait Command is used to pause or wait the execution process for specified time. It is done with the help of object.
WaitForProperty: WaitForProperty command is used to pause the execution process until it matches with any specific value.
Therefore, Wait is the correct answer.


Rohit Srivastava 07-28-2014 05:40 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