android - Dismissing splash screen using Robotium -


i using robotium automate android ui. app testing has splash screen when launched , screen shown x seconds. on tapping screen before x seconds, splash screen has dismissed.

i have tried solo.clickonscreen(100, 100) , solo.sendkey(66) , 66 corresponds return key. splash screen not dismissed.

how simulate user's action of tapping screen dismiss splash screen?

thanks.

you identify view in splashscreen , click on it. like: view v = solo.getview(r.id.something) solo.clickonview(v)


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -