环境布置:
1、Python安装
正常安装,并配置环境变量
2、selenium安装
pip install selenium
Python3.x安装后就默认就会有pip(pip.exe默认在python的Scripts路径下)
3、验证selenium安装是否成功
pip show selenium
4、安装pycharm
selenium+python环境布置
最新推荐文章于 2024-04-28 17:23:35 发布
环境布置:
1、Python安装
正常安装,并配置环境变量
2、selenium安装
pip install selenium
Python3.x安装后就默认就会有pip(pip.exe默认在python的Scripts路径下)
3、验证selenium安装是否成功
pip show selenium
4、安装pycharm