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 programming languages are you able to use in selenium rc?
How to pause a test execution for 5 seconds at a specific point?
What are the different ways of locating a web element in selenium?
What is the super interface of webdriver?
How can we handle windows based pop up?
How to iterate through options in test script?
what is your approach clicking all the links which are available on the page?
What are the capabilities of selenium webdriver or selenium 2.0?
Using web driver how you can store a value which is text box?
How are selenium ide, webdriver and selenium rc different from each other?
How do you handle alert popup?
where do u maintain all your test cases in manual not in selenium