webdriver - While executing appium test on android device, is it possible to type text using the android keyboard -


i testing android device using appium mac machine. sendkeys failing on particular page. following description of issue posted. sendkeys fails on android appium driver. want know there other possibilites resolve issue. spent hours in searching answer it. can find pressing back, home buttons. want type characters 'k' , 's' using android keyboard. suggestions?

you can use virtual keyboard on simulator. if use genymotion emulator, can choose set use or not use virtual keyboard. , if use send_keys function failed, can try element.set_text('your text') instead(python client)

in case, when run test on real device, default call out android keyboard.

maybe can provide more details, paste scripts etc.


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -