【学习记录】Python+selenium+PyCharm 提示Unresolved reference 'webdriver' 解决办法
在创建新的project时候提示了这个错误,去 file->setting->Project->Project Interpreter, 选择Python的安装路径,如果不知道Python的路径, 在cmd 中运行where python,可以找到路径


在创建新的project时候提示了这个错误,去 file->setting->Project->Project Interpreter, 选择Python的安装路径,如果不知道Python的路径, 在cmd 中运行where python,可以找到路径

