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

1 ele =  driver.find_element_by_xpath('//android.widget.EditText[@text="QQ号/手机号/邮箱"]')
2 driver.set_value(ele,1345741814)

 

相关文章:

  • 2022-12-23
  • 2021-10-27
  • 2022-12-23
  • 2021-10-18
  • 2022-12-23
  • 2021-12-16
  • 2021-06-25
  • 2021-08-06
猜你喜欢
  • 2022-02-08
  • 2021-09-06
  • 2021-05-27
  • 2021-09-21
  • 2022-01-03
  • 2021-11-28
  • 2022-12-23
相关资源
相似解决方案