Skip to content

Commit

Permalink
fix: Update mobile extension name
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach authored May 24, 2023
1 parent d7c1c6d commit f570663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/execute.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ extensions.executeMobile = async function executeMobile (mobileCommand, opts = {
isGpsEnables: 'isLocationServicesEnabled',

pressKey: 'mobilePressKey',
hideKeyboard: 'mobileHideKeyboard',
hideKeyboard: 'hideKeyboard',
isKeyboardShown: 'isKeyboardShown',

getDisplayDensity: 'getDisplayDensity',
Expand Down

0 comments on commit f570663

Please sign in to comment.