Skip to content

Commit 9c851e5

Browse files
committed
refactor: add console log to backgroundApp method
1 parent fe47365 commit 9c851e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/appium-driver.ts

+1
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,7 @@ export class AppiumDriver {
482482
* @param time
483483
*/
484484
public async backgroundApp(time: number) {
485+
console.log("Sending the currently active app to the background ...");
485486
await this._driver.backgroundApp(time);
486487
}
487488

0 commit comments

Comments
 (0)