ActionChains(driver).move_to_element(driver.find_element_by_id("pwd-input")).click().send_keys("123456").perform() 这样直接操作也可以