Which is the following is false in case of waitFor command?

Options
- waitForAlertPresent
- waitForTextPresent
- waitForFramePresent
- waitForPageToLoad


CORRECT ANSWER : waitForFramePresent

Discussion Board
Question it self wrong

Which is the following is true in case of waitFor command? instead of Which is the following is false

vikas 07-3-2015 03:25 AM

Selenium

Answer: Waitforframepresent
Solution: WaitFor: The WaitFor Command is used for pause execution process for specified time period.
WaitForalertpresent is used to identify when alert is occurred in the web page.
Waitfortextpresent is used to identify or searching the extract Text in the page or system.
Waitforpagetoload is used for pausing the execution process until page not gets loaded successfully.
Waitforframepresent is not used in the Selenium.
Therefore, Waitforframepresent is the correct answer.


Rohit Srivastava 07-28-2014 05:34 AM

Need correct answer

Hi,

It looks like all of the above options are true in case of waitfor command.

I even checked in selenium ide, we have WaitforTest, WaitForAllert...could some one please correct me why the answer is "WaitForFramePresent"

Nathan 07-21-2014 12:34 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