在Anaconda Powershell Prompt(Anaconda3)输入命令行pip install selenium,等待安装
打开PyCharm/Project Interpreter,检查selenium是否已经安装完成
1)下载Firefox浏览器:http://www.firefox.com.cn/
2)安装driver for firefox
请按浏览器选择对应的driver下载。
http://selenium-python.readthedocs.io/installation.html#drivers
这里选择firefox driver下载版本地址:
https://github.com/mozilla/geckodriver/releases
3)下载完成后,将下载好的geckodriver.exe复制到Firefox安装路径下
最后,Win+R,输入cmd打开命令行,输入 echo %PATH% 可查看是否生效