backgroundSend the currently active app to the background. Usage1browser.background(seconds); Parameters Param Type Details seconds Number number of seconds after the app gets send to background ExamplebackgroundApp.js1browser.background(1); Support