python+selenium+chrome的自动化测试入门

1. 安装pyhton

2. 安装pip

3. python交互环境 pip install -U selenium

4. 安装chromedriver,并添加到环境变量中

5.编写python代码 运行python代码

猜你喜欢

转载自blog.csdn.net/mency1224/article/details/81611680