问题描述: find_element_by_xpath画横线不能用 原因分析: find_element_by_xpath已经被弃用 解决方案: 改为driver.find_element(By.XPATH,) 的形式