diff --git a/lib/commands/general.js b/lib/commands/general.js index ed0e14975..214109cec 100644 --- a/lib/commands/general.js +++ b/lib/commands/general.js @@ -105,6 +105,8 @@ extensions.executeMobile = async function (mobileCommand, opts = {}) { const mobileCommandsMapping = { shell: 'mobileShell', + execEmuConsoleCommand: 'mobileExecEmuConsoleCommand', + scrollBackTo: 'mobileScrollBackTo', viewportScreenshot: 'mobileViewportScreenshot', diff --git a/package.json b/package.json index 042ede056..cbe0c7137 100644 --- a/package.json +++ b/package.json @@ -41,8 +41,8 @@ ], "dependencies": { "@babel/runtime": "^7.0.0", - "appium-adb": "^7.27.0", - "appium-android-driver": "^4.28.0", + "appium-adb": "^7.29.0", + "appium-android-driver": "^4.30.0", "appium-base-driver": "^5.0.0", "appium-support": "^2.37.0", "appium-uiautomator2-server": "^4.6.1",