DeprecationWarning: find_element_by_* commands are deprecated. Please use find_element() instead
  driver.find_element_by_class_name('content-wrapper-inner').click()

 

卸载 selenium:pip uninstall selenium

指定版本安装selenium : pip install selenium==3.3.1

相关文章:

  • 2021-09-26
  • 2022-12-23
  • 2022-12-23
  • 2021-06-29
  • 2021-08-01
  • 2022-12-23
  • 2021-06-30
  • 2021-09-18
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-23
  • 2021-05-07
  • 2022-12-23
  • 2022-01-13
相关资源
相似解决方案