Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

Can captcha and bar code reader be automated by using selenium?

995


Define selenium 2.x?

1121


How to handle a dropdown in selenium webdriver?

3154


What is object repository in selenium webdriver?

1183


What is the wait? How many types of waits in selenium?

1171


What is webdriver wait in selenium webdriver?

1137


What are the different components of the selenium?

954


How does testng allow you to state dependencies? Explain it with an example.

3533


Mention what is intellij?

993


How many types of webdriver api's are available in selenium?

943


How can one get side to always record an absolute url for the open command's argument?

1050


In selenium ide, give the usage of context menu?

1114


What is the main disadvantage of implicit wait?

1126


What is soft assertion in selenium? How can you mark a test case as failed by using soft assertion?

970


what is the difference between driver.get() and driver.navigate.to(“url”)?

1077