what is the difference between keys.enter and keys.return in selenium? i have used both and both performed enter.



what is the difference between keys.enter and keys.return in selenium? i have used both and both per..

Answer / piya

For Enter-
act.sendKeys(Keys.RETURN);
For Tab-
act.sendKeys(Keys.ENTER);

Is This Answer Correct ?    2 Yes 5 No

Post New Answer

More Selenium Interview Questions

Explain about selenium-grid ?

0 Answers  


What is implicit wait in selenium webdriver?

0 Answers  


How to perform right click action (context click) in selenium webdriver?

0 Answers  


What will be the limits of selenium?

0 Answers  


What is heightened privileges browsers?

0 Answers  






what will be the first salary and what will be the hike in the salary?

0 Answers  


Tell us how can you run selenium server other than the default port 4444?

0 Answers  


How are web-based pop-ups handled in selenium?

0 Answers  


What are the advantages and disadvantages of selenium over other testing tools like qtp and testcomplete?

0 Answers  


What are the different types of waits available in webdriver?

0 Answers  


What are the types of waits available in selenium webdriver?

0 Answers  


What does a right-pointing green triangle at the beginning of a command in side indicate?

0 Answers  


Categories