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 write selenium code for purchasing product from amazon
Explain in selenium ide how can you debug the tests?
What is the difference between find elements () and find element ()?
Name the different types of waits in webdriver.
How to read a javascript variable in selenium webdriver?
What is the difference between setspeed() and sleep() methods?
What are some of the different ways to find an element using selenium as a tool?
Can we enter text without using sendkeys()?
What are the steps to run automation using selenium?
How to type in a textbox using selenium?
Do you know any alternative test automation tools for selenium?
What is a hub in selenium grid?