We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a847cf commit 549706aCopy full SHA for 549706a
lib/commands/app-management.js
@@ -358,7 +358,6 @@ export async function mobileBackgroundApp (seconds = -1) {
358
await this.background(seconds);
359
}
360
361
-
362
/**
363
* @this {AndroidDriver}
364
* @param {import('../driver').AndroidDriverOpts?} [opts=null]
package.json
@@ -85,6 +85,7 @@
85
"@types/ws": "^8.5.4",
86
"@xmldom/xmldom": "^0.x",
87
"android-apidemos": "^4.1.0",
88
+ "appium-uiautomator2-driver": "^4.1.2",
89
"chai": "^5.1.1",
90
"chai-as-promised": "^8.0.0",
91
"conventional-changelog-conventionalcommits": "^8.0.0",
0 commit comments