赞
踩
'''
由于关注里面的搜索,没有回车键,也没有搜索按钮,需要用切换输入法的方式进行调用,寻找方法
以下逻辑为:
先用 adb shell ime list -s 查看系统内有哪些输入法
再用 adb shell ime set 切换
'''
os.system( "adb shell ime set com.sohu.inputmethod.sogou/.SogouIME" )
sleep(5)
self.driver.find_element_by_xpath(xxx).send_keys(
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。