python中配置chrome报错 TypeError: ‘module‘ object is not callable

 

在python中安装selenium包,命令:pip install selenium
查看是已安装包命令:pip list
python中调试打开浏览器,结果报错
python中配置chrome报错 TypeError: ‘module‘ object is not callable
检查代码没有问题
最后发现是chrome的c没有大写
再次证明Python中大小写的重要性,一定要 细心 细心,细心……

相关文章:

  • 2021-07-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-17
  • 2021-11-13
  • 2021-07-16
  • 2022-12-23
  • 2022-12-23
  • 2021-09-29
相关资源
相似解决方案