How to put App in Background and back to Foreground using Selendroid
Kindly advice me.
How to put App in Background and back to Foreground using Selendroid
Kindly advice me.
http://selendroid.io/advanced.html All the functionality is described here.
Background App Functionality Selendroid offers you to put the app under test into the background and resume it later.
//put the app to the background
driver().backgroundApp();
//resume app
driver().resumeApp();