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 testing types that can be supported by selenium?
Explain what is the difference between borland silk and selenium?
Other than the default port 4444 how you can run selenium server?
How does one store the current url using selenium 2.0?
Mention what is listeners in selenium webdriver?
How does one calculate the number of rows using selenium 2.0?
What is the command to connect a node to the selenium grid?
What is the main difference between web-driver and rc?
How do you Skip Test Case from execution?
Explain what is the main difference between web-driver and rc?
what are the four parameters that have to be passed to selenium?
What do you mean by the assertion in selenium?