background

Send the currently active app to the background.

Usage

1
browser.background(seconds);

Parameters

Param Type Details
seconds Number number of seconds after the app gets send to background

Example

backgroundApp.js
1
browser.background(1);

Support

Support for android