Search code examples
javascriptandroidrobotiummonkeytalk

is there anything like robotium's solo.clickOnText in MonkeyTalk?


does anyone know if there is a similar command to robotium's

solo.clickOnText within MonkeyTalk?

or how to do the same with javascript?

thanks for your help.

Update: I have found in monkeyTalk syntax - to tap on any component labeled "ok"

View OK Tap

but for some reason the script says it has run ok, but nothing happens on the app.

When I record the action with the recorder it uses the

Table ITEM selectIndex 1

with the same result.

This is a native Android app and the solo.clickOnText command works well with Robotium, but we were wanting to try MonkeyTalk as it is quicker to record.


Solution

  • Robotium now also supports recording http://robotium.com/