문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top