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 get the number of frames on a page?
How to perform drag and drop action in selenium webdriver?
What is page object model in selenium?
What are the types of assertions there in selenium?
Explain about selenium-grid ?
Tell me how can you insert a start point in selenium ide?
Difference between get window handle & get window handles
Why do you need session handling while working with selenium?
How can you find if an element in displayed on the screen?
What is the super interface of webdriver?
What is the purpose of creating a reference variable- ‘driver’ of type
How to scroll down to a particular element?