We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28ed643 commit b109867Copy full SHA for b109867
lib/driver.ts
@@ -910,7 +910,6 @@ class AndroidUiautomator2Driver
910
this.log.warn(`Cannot restore the original IME: ${e.message}`);
911
}
912
913
- await this.adb.stopLogcat();
914
try {
915
await this.releaseSystemPort();
916
} catch (error) {
package.json
@@ -57,7 +57,7 @@
57
},
58
"dependencies": {
59
"appium-adb": "^12.4.7",
60
- "appium-android-driver": "^9.7.0",
+ "appium-android-driver": "^9.8.0",
61
"appium-chromedriver": "^5.6.28",
62
"appium-uiautomator2-server": "^7.0.14",
63
"asyncbox": "^3.0.0",
0 commit comments