Is there any way to do the following process in android Automation using Appium with android driver?
Press home button from some specific screen. Put app in backgrou
appium_lib ruby client allows you to do this with
appium_lib
background_app 5 where 5 is the number of seconds you want the app to be in background. This will automatically, resume the application in the same screen.
background_app 5