定位没有问题,当输入框元素死活都没有输入进去东西时,看看是不是不支持中文输入造成的

1 #启动pp时不要清除app里的原有的数据
2 desired_caps['noReset']='True'
3 #使用unicode输入法(可填中文)
4 desired_caps['unicodeKeyboard']='True'
5 #重置输入法到原有状态
6 desired_caps['resetKeyboard']='True'

 

posted on 2019-07-12 21:58  cherry_ning  阅读(80)  评论(0编辑  收藏  举报

导航