Selenium clear()方法无法清掉数据 问题:页面清除数据没反应 页面看着清空了数据,保存时候还是存在 解决办法:12345from selenium.webdriver.common.keys import Keysinput_box = driver.find_element_by_xpath('*****')input_box.send_keys(Keys.CONTROL, "a")inp 2021-06-21 Python > Selenium #Python #Selenium