We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75800a5 commit 2032273Copy full SHA for 2032273
lib/driver.ts
@@ -413,6 +413,7 @@ class AndroidDriver
413
activateApp = activateApp;
414
queryAppState = queryAppState;
415
isAppInstalled = isAppInstalled;
416
+ mobileBackgroundApp = background;
417
418
mobileGetUiMode = mobileGetUiMode;
419
mobileSetUiMode = mobileSetUiMode;
lib/execute-method-map.ts
@@ -174,7 +174,12 @@ export const executeMethodMap = {
174
required: ['appId'],
175
},
176
177
-
+ 'mobile: backgroundApp': {
178
+ command: 'mobileBackgroundApp',
179
+ params: {
180
+ optional: ['seconds'],
181
+ }
182
+ },
183
'mobile: startService': {
184
command: 'mobileStartService',
185
params: {
0 commit comments