Appium-send_keys 无法写入?

driver.sendkeys是webdriver 提供的方法,并不是每一个app都实用,如果不起作用,改用set_value 方法

1 ele =  driver.find_element_by_xpath('//android.widget.EditText[@text="QQ号/手机号/邮箱"]')
2 driver.set_value(ele,1345741814)
原文地址:https://www.cnblogs.com/bugoobird/p/13451932.html