From f570663bf92efcb919d947c0b9df277a12601a4a Mon Sep 17 00:00:00 2001 From: Mykola Mokhnach Date: Wed, 24 May 2023 13:38:04 +0200 Subject: [PATCH] fix: Update mobile extension name --- lib/commands/execute.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commands/execute.js b/lib/commands/execute.js index 55a660e1..dcd004c6 100644 --- a/lib/commands/execute.js +++ b/lib/commands/execute.js @@ -92,7 +92,7 @@ extensions.executeMobile = async function executeMobile (mobileCommand, opts = { isGpsEnables: 'isLocationServicesEnabled', pressKey: 'mobilePressKey', - hideKeyboard: 'mobileHideKeyboard', + hideKeyboard: 'hideKeyboard', isKeyboardShown: 'isKeyboardShown', getDisplayDensity: 'getDisplayDensity',