Search code examples
javaselendroid

what libraries should I include to finally use the selendroid ? I really need a server?


I'm reading some tutorials on the internet, but each of them says something different from others ...

Some say necessary to include all the .jar within the project : Selendroid , Selenium and WebDriver .

Elsewhere say it is only necessary to include the selendroid the project.

Some tutorials teach run the server before running the application, but did not understand.

what should i do?

Since I go first run the application in the emulator and then wheel it right into the cellphone .

My idea is to press a button on the form and then the program will be in charge of opening the browser and navigate alone.

Any good tutorial?


Solution

  • Refer this link Beginning with Selendroid to learn basics of selendroid and how to start with it. All your doubts should get cleared with the help of this link.