what is the difference between keys.enter and keys.return in selenium? i have used both and both performed enter.
Answer Posted / piya
For Enter-
act.sendKeys(Keys.RETURN);
For Tab-
act.sendKeys(Keys.ENTER);
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
sorting java array
What is selenium-rc (remote control) ?
Does selenium support mobile internet testing?
List the different types of locaters in selenium.
How you can handle frames using selenium 2.0?
What are the capabilities of selenium webdriver or selenium 2.0?
How to perform drag and drop action in selenium webdriver?
What are the uses of findelement() and findelements()?
Why to use testng with selenium rc?
What is the main disadvantage of implicit wait?
Is webelement an interface or a class?
What is heightened privileges browsers?
How to iterate through options in test script?
What is the main difference between web-driver and rc?
How to hover the mouse on an element?