Selenium in Python - 安装

Selenium in Python - 安装

1. 安装 Python

Python官网 下载 最新版Python

2. 安装 Selenium

pip install selenium

验证安装成功
···
import selenium
···


版权声明:转载必须注明本文转自 East196 的博客:http://blog.csdn.net/east196

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章