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 |
How to locate a link using its text in selenium?
How do you Upload or Download a File in Web Application?
How to handle hidden elements in selenium webdriver?
What are the different types of wait statements in selenium webdriver? Or how do you achieve synchronization in webdriver?
How to select a value in a dropdown?
What / supported operating system platforms Selenium?
What is the difference between find element and find elements?
Explain what is group test in testng?
What is difference between @factory and @dataprovider annotation?
What is the difference between selenium ide, selenium rc, and webdriver?
How many exemptions do you know in selenium webdriver?
How do you send enter/tab keys in webdriver?