码迷,mamicode.com
首页 > 编程语言 > 详细

python+selenium十二:一个输入框双层input标签

时间:2018-11-22 02:38:42      阅读:250      评论:0      收藏:0      [点我收藏+]

标签:driver   输入框   password   find   nbsp   sel   pass   inpu   失败   

 

技术分享图片

先点击第一个,再对第二个进行操作,否则操作失败

driver.find_element_by_css_selector(".pwd").click()
driver.find_element_by_css_selector(".password").send_keys("XXX")

python+selenium十二:一个输入框双层input标签

标签:driver   输入框   password   find   nbsp   sel   pass   inpu   失败   

原文地址:https://www.cnblogs.com/dwdw/p/9998665.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!