find_element_by_xpath画横线不能用

2023-01-19 15:59:21

问题描述:

find_element_by_xpath画横线不能用

在这里插入图片描述


原因分析:

find_element_by_xpath已经被弃用

解决方案:

改为driver.find_element(By.XPATH,) 的形式

  • 作者:张张同学
  • 原文链接:https://blog.csdn.net/qq_44823210/article/details/122321737
    更新时间:2023-01-19 15:59:21