Skip to content

Commit

Permalink
chore: Bump android driver (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach authored Jul 15, 2024
1 parent 28ed643 commit b109867
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/driver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,6 @@ class AndroidUiautomator2Driver
this.log.warn(`Cannot restore the original IME: ${e.message}`);
}
}
await this.adb.stopLogcat();
try {
await this.releaseSystemPort();
} catch (error) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"dependencies": {
"appium-adb": "^12.4.7",
"appium-android-driver": "^9.7.0",
"appium-android-driver": "^9.8.0",
"appium-chromedriver": "^5.6.28",
"appium-uiautomator2-server": "^7.0.14",
"asyncbox": "^3.0.0",
Expand Down

0 comments on commit b109867

Please sign in to comment.