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
What are the advantages of the automation structure?
Tell me how can we launch different browsers in selenium webdriver?
How can we create a data-driven framework using testng?
What are the testing types that can be supported by selenium?
What are the significant changes/upgrades in various selenium versions?
What is selenium 2.0?
What is page factory?
What is actions class in webdriver
Why and how will you use an excel sheet in your project?
when autoit is used?
How to enter text in the HTML text box without invoking the SendKeys ()?
List the different types of drivers available in web drivers.
If the test case frame contains several test cases, how can one execute just the selected one of those test cases?
What are the main advantages of selenium grid?
Disadvantages of Hybrid Framework?