1. 程式人生 > >python+selenium十二:一個輸入框雙層input標簽

python+selenium十二:一個輸入框雙層input標簽

點擊 key word select clas cli nbsp 操作 pos

技術分享圖片

先點擊第一個,再對第二個進行操作,否則操作失敗

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

python+selenium十二:一個輸入框雙層input標簽