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

Posted 怪圣卡杰

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python+selenium十二:一个输入框双层input标签相关的知识,希望对你有一定的参考价值。

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

 

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

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

以上是关于python+selenium十二:一个输入框双层input标签的主要内容,如果未能解决你的问题,请参考以下文章

吾八哥学Selenium:操作输入框/按钮的方法

python+selenium web界面有一个输入框,点击弹出时间选择控件,输入框不让输入数字。如何定位并input

使用 Selenium (Python) 获取输入框的值

Python selenium无法通过ID或xpath填写输入框。

selenium+python自动化99-清空输入框clear()失效问题解决

Python Selenium.WebDriverWait 清除输入框再输入『详解』