How can I make Robotium click on a particular link in a page?
You should try clicking the the anchor text in the link. For example, if the link says www.google.com you can do this:
this.solo.clickOnText("www.google.com");
It is working for me. It should work for you too.
I recommended you to install TestDroid eclipse plugin, it seems like Selenium IDE but for Robotium, obviously
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With