Skip to content

Commit b109867

Browse files
chore: Bump android driver (#806)
1 parent 28ed643 commit b109867

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/driver.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,6 @@ class AndroidUiautomator2Driver
910910
this.log.warn(`Cannot restore the original IME: ${e.message}`);
911911
}
912912
}
913-
await this.adb.stopLogcat();
914913
try {
915914
await this.releaseSystemPort();
916915
} catch (error) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
},
5858
"dependencies": {
5959
"appium-adb": "^12.4.7",
60-
"appium-android-driver": "^9.7.0",
60+
"appium-android-driver": "^9.8.0",
6161
"appium-chromedriver": "^5.6.28",
6262
"appium-uiautomator2-server": "^7.0.14",
6363
"asyncbox": "^3.0.0",

0 commit comments

Comments
 (0)