Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

Appium press Enter on android with js

// Use pressKeyCode with the keycode of the key you need. 66 is the code for ENTER
// If you want to use a different keycode search the keycode of your key on this page: "http://www.temblast.com/ref/akeyscode.htm".

await driver.pressKeycode(66);
Source by appium.io #
 
PREVIOUS NEXT
Tagged: #Appium #press #Enter #android #js
ADD COMMENT
Topic
Name
9+3 =