From de157919d02cafdb85218be957b9b7e390efcd78 Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Tue, 20 Jun 2023 23:03:56 -0700 Subject: [PATCH] fix: mobila: lock (#630) --- lib/commands/general.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/commands/general.js b/lib/commands/general.js index d0f1f77bd..2bc216dbb 100644 --- a/lib/commands/general.js +++ b/lib/commands/general.js @@ -130,7 +130,7 @@ extensions.executeMobile = async function (mobileCommand, opts = {}) { installMultipleApks: 'mobileInstallMultipleApks', - lock: 'lock', + lock: 'mobileLock', unlock: 'mobileUnlock', isLocked: 'isLocked', diff --git a/package.json b/package.json index c95158b98..330948f95 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "dependencies": { "@babel/runtime": "^7.0.0", "appium-adb": "^9.11.5", - "appium-android-driver": "^5.13.5", + "appium-android-driver": "^5.14.0", "appium-chromedriver": "^5.3.1", "appium-uiautomator2-server": "^5.11.1", "asyncbox": "^2.3.1",