appium 支持输入中文
Posted *飞飞*
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了appium 支持输入中文相关的知识,希望对你有一定的参考价值。
加入:
desired_caps[‘unicodeKeyboard‘] = True desired_caps[‘resetKeyboard‘] = True
使用输入中文:
input_txt = driver.find_element_by_id(‘cn.com.taodaji:id/search_edit‘) input_txt.send_keys(u‘测试‘)
以上是关于appium 支持输入中文的主要内容,如果未能解决你的问题,请参考以下文章