1.在cmd下面安装Selenium (前提是先安装了python)
输入命令"pip install selenium"
2.pip show selenium 查看selenium安装的版本号
3.配置浏览器驱动,这里我们教学使用的chrome浏览器,