How to send an Enter key when using unicode keyboard?

157 views
Skip to first unread message

wang...@simplex-cn.co.jp

unread,
Aug 14, 2014, 2:37:41 AM8/14/14
to appium-...@googlegroups.com
In my case I need to type a Japanese string and then an Enter key. With ASCII, I can append "\n" to the string, but it doesn't work after setting unicodeKeyboard to true.
Is there a way to switch keyboard between unicode mode and the original one?
Many thanks!

wang...@simplex-cn.co.jp

unread,
Aug 14, 2014, 4:29:13 AM8/14/14
to appium-...@googlegroups.com
Problem solved by using:

driver.sendKeyEvent(66);
Reply all
Reply to author
Forward
0 new messages