How do you simulate browser back and forward?
Answer / sowjanya
driver.navigate().back();
driver.navigate().forward();
| Is This Answer Correct ? | 0 Yes | 0 No |
Write the code to right click an element in selenium?
Tell us how to perform right click using selenium webdriver?
What are the types of text patterns available in selenium?
What is the difference between getwindowhandles() and getwindowhandle()?
Explain how you can switch back from a frame?
Tell us can you write the code to double click an element in selenium?
Can captcha and bar code reader be automated by using selenium?
What / supported operating system platforms Selenium?
What is the difference between page object model (pom) and page factory?
How does you use mouse over actions
What is the difference between driver.close() and driver.quit() methods?
Which are the browsers supported by selenium ide?