Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how to test page loaded successfully?

Answers were Sorted based on User's Feedback



how to test page loaded successfully?..

Answer / surya

using WebDriverWait we can check as we can wait until completion of expected condition.

ex:
WebDriverWait wait = new WebDriverWait(driver, 10);

WebElement elem = driver.findElement(By.id("myInvisibleElement"));
elem.click();
wait.until(ExpectedConditions.visibilityOf(elem));

please correct me if i m wrong.

Is This Answer Correct ?    2 Yes 0 No

how to test page loaded successfully?..

Answer / dolly

We can ensure that the page is loaded completely by using javascriptwait method, by defining the wait time to check the condition.
(“return document.readyState”.equal(complete) ---boolean(Y/N) – true means its loaded completely.
Using TRY n Catch method (catch the exception saying page did not load in the stipulated time)

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Selenium Interview Questions

in real time, where do u log defects using selenium?

1 Answers   JPMorgan Chase,


How to execute javascript in selenium?

0 Answers  


Give an example of the languages supported by webdriver?

0 Answers  


What differs the configuration of Selenium Selenium 2.0 1.0?

0 Answers  


Explain me what could be the cause of selenium webdriver test to fail?

0 Answers  


What is the difference between MaxSessions vs. Selenium grid MaxInstances properties?

0 Answers  


What is the selenese command to show the value of a variable in the log file?

0 Answers  


How to highlight element using selenium webdriver?

0 Answers  


How will you use selenium to upload a file?

0 Answers  


What is object repository in selenium webdriver?

0 Answers  


What is desired capabilities?

0 Answers  


What kind of mouse actions can be performed in selenium?

0 Answers  


Categories