How do you simulate browser back and forward?
Answer / sowjanya
driver.navigate().back();
driver.navigate().forward();
| Is This Answer Correct ? | 0 Yes | 0 No |
What programming language is best for writing selenium tests?
What are some commonly encountered exceptions in selenium?
How does one store the current url using selenium 2.0?
How can we check if an element is enabled for interaction on a web page?
Write a code to wait for a particular element to be visible on a page. Write a code to wait for an alert to appear.
What are the advantages of selenium grid?
Do you know how to locate a link using its text in selenium?
What are the different components of selenium?
What happen if you mix both thread.sleep and webdriver waits in a selenium script?
Which are the browsers supported by selenium rc?
How to verify tooltip text using selenium?
Can captcha and bar code reader be automated by using selenium?