Answer Posted / 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 View All Answers
Explain junit. What are annotations?
What do you know about Selenium IDE?
What is the difference between close() and quit()?
What will be the different kinds of locators in selenium?
How selenium grid works?
What are the open-source frameworks supported by selenium webdriver?
How will you verify the specific position of an web element
What types of tests are compatible with Selenium?
Explain what is the difference between find elements () and find element ()?
How to verify if the checkbox/radio is checked or not?
Does the selenium have any limitations?
Do you know how to locate a link using its text in selenium?
What are the different components of the selenium?
Explain the difference between close and quit command?
How can we maximize browser window in selenium?