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 are the advantages of page object model framework?
Do you know what are the main advantages of selenium grid?
What is the difference between implicit wait and explicit wait?
Explain how you can login into any site if it’s showing any authentication popup for password and username?
how can you retrive the message in an alert box?
How can you fetch an attribute from an element? How to retrieve typed text from a textbox?
How can we move to nth child element using css selector?
From selenium ide how you can execute a single line?
If one wanted to display the value of a variable named answer in the log file, what would the first argument to the previous command look like?
Which are the browsers supported by selenium rc?
How will you handle working with multiple windows in selenium?
How can it be found if an item is displayed on the screen?