what is the difference between keys.enter and keys.return in selenium? i have used both and both performed enter.
Answer / piya
For Enter-
act.sendKeys(Keys.RETURN);
For Tab-
act.sendKeys(Keys.ENTER);
| Is This Answer Correct ? | 2 Yes | 6 No |
What is the syntax of finding elements by id using css selector?
Is the firefoxdriver a class or an interface?
How can you use the recovery scenario in selenium webdriver?
What are selenium tests normally named (as displayed at the top of each test when viewed from within a browser)?
What is the hybrid framework?
What are the drawbacks of selenium ide
What are the annotations used in testng?
How to handle a dropdown in selenium webdriver?
How to login to any site if it’s showing any authentication popup for
What is the difference b/w close () and quit ()?
What is regular expressions? How you can use regular expressions in selenium?
Mention what are the advantages of using git hub for selenium?