PyCharm:ModuleNotFoundError:No module named 'selenium' 解决方法

1、打开pycharm,点击File —> Settings,找到 Project Interpreter,点击右边的下拉菜单下的 show All... 选项

2、点击 show All... 选项后,点击框框中的 + 号,在点击 System Interpeter 选项,从右边的 Interpreter 把你安装的 python路径加进去即可

3、在步骤1的 project Interpeter 那里选择你加入的python路径,如出现pip、selenium、setuptools 模块则代表成功了,可以使用selenium了

你可能感兴趣的:(软件测试)