Reputation: 424
I am new to selendroid. I was able to automate the test app provided in selendroid.io website. Then I tried to automate the twitter app using the com.twiter.andriod.apk. When I start the selendroid server the hub (http://localhost:5555/wd/hub/status
) shows the "app id" and "base package" but the "mainActivity" is not listed. When the test is run I could see the twitter app getting installed into the emulator however it's not getting launched for the test to continue. How do I fix this?
Upvotes: 0
Views: 629
Reputation: 16
It seems like that is related to a bug inside selendroid with regards to the Windows support. Just now selendroid-0.6.0 has been released and there the bug is fixed.
Upvotes: 0