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
Can captcha and bar code reader be automated by using selenium?
Define selenium 2.x?
How to handle a dropdown in selenium webdriver?
What is object repository in selenium webdriver?
What is the wait? How many types of waits in selenium?
What is webdriver wait in selenium webdriver?
What are the different components of the selenium?
How does testng allow you to state dependencies? Explain it with an example.
Mention what is intellij?
How many types of webdriver api's are available in selenium?
How can one get side to always record an absolute url for the open command's argument?
In selenium ide, give the usage of context menu?
What is the main disadvantage of implicit wait?
What is soft assertion in selenium? How can you mark a test case as failed by using soft assertion?
what is the difference between driver.get() and driver.navigate.to(“url”)?