Appium Android press_keycode 不起作用问题
程序员文章站
2022-07-12 22:20:19
...
问题:
- 在使用appium 使用press_ketcode 时,程序不报错也没有做相应的回车操作
-
类似上图的情况,发送在键盘上
解决办法:
网上找了很多大佬的文章:
TestHome
CSDN
结合两篇文章算是才解决了
- 1、 在调用press_keycode 需要调用调用第三方输入法(目前只试过搜狗输入法成功过)
- 查看手机输入法 adb shell ime list -s
io.appium.settings/.UnicodeIME com.baidu.input_huawei/.ImeService com.sohu.inputmethod.sogou/.SogouIME io.appium.android.ime/.UnicodeIME com.iflytek.inputmethod/.FlyIME
- 2、 python 调用 搜狗输入法
os.system("adb shell ime set com.sohu.inputmethod.sogou/.SogouIME)
- 3、在操作press_keycode 前要先调用click() 方法点击下输入框,不然会失焦,然后再调用press_keycode(66)
- 4、 把输入法还原到appium的默认输入法
上一篇: Appium手机操作API
下一篇: 数学问题