Click on Link in robotium -


How can I click robotium on a particular link in a page?

You should try to click the anchor text in the link. For example, if the link is called www.google.com, then you can:

  this.solo.clickOnText ("www.google.com");   

This is working for me, it should work for you as well.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -