Anybody, tell me an way to open firefox and opera browsers in an android device and i have to get driver object for that browser, with the driver object I need to perform several actions on the webpage like, open the URL, getting element locations/positions, clicking the object, verifying the object attributes, etc., I am unsuccessful in using with "RemoteWebDriver" and "Selendroid Driver", so please give me some idea/approach to do it.
Asked
Active
Viewed 668 times
-2
-
Still not programming related questions? Than this is not your site. – greenapps Jun 16 '15 at 14:46
-
@greenapps, Please help me, where i can reach to resolve this. – user4911853 Jun 17 '15 at 06:13
1 Answers
0
you are doing it in the wrong way. To use an android application in your selendroid
driver you need to have the .apk file for that application. You can get .apk files for Firefox
and Chrome
by searching on Google Guru
and use them as the application under test. You can load the URL which you want by using
driver.get("Your URL");
If you have any problem writing scripts go through documentation at Selendroid. And in case of further assistance edit your question.

Sandeep Singh
- 745
- 4
- 20