skip to Main Content

I have tried automating Facebook login using Selenium WebDriver. Can I do the same automatic login on Android applications instead of web pages? And if yes, what dependency do I need? Or do I need some sort of API?

2

Answers


  1. the answer is no selenium dosen’t supp mobile app but you can use Appium a good free open source tool.

    Login or Signup to reply.
  2. One option how I do it is to run the android app in an emulator such as Android Studio on Windows, and then use a Windows automation tool like AppRobotic Personal to simulate user actions, allowing me to log in on the android app.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search