Selenium一 安裝
1. 前提
選擇Python 版本,最好是3.6以上的
版本對比
-
web-based: 透過網路安裝的
-
executable: 可執行檔案的
-
embeddable zip file: zip 壓縮檔的
Python 安裝好之後需要設定環境變數path 和PYTHONPATH
2. setuptool安裝
I 先下載setuptool 地址https://pypi.org/project/setuptools/#files
下載後放在一個路徑 我是直接放在 ...Python\Python36-32\Lib\site-packages\路徑上的;
II. 進入到檔案根目錄setuptools-39.1.0\setuptools-39.1.0, Shit+滑鼠右擊,選擇在此處開啟命令視窗 然後執行python setup.py install
到這一步表示成功
3. pip的安裝(python 的安裝包管理工具)
下載地址:https://pypi.python.org/pypi/pip
I. 下載後解壓進入最後的目錄,Shit+滑鼠右擊,選擇在此處開啟命令視窗 然後執行python setup.py install;
II. 再切換到 python的安裝目錄下的scripts下如C:\Users\Administrator\AppData\Local\Programs\Python\Python36-32\Scripts ,在此處開啟命令視窗 執行 easy_install pip
4. selenium安裝
在python安裝目錄下的Scripts目錄下 開啟DOS命令視窗 輸入 pip install -U selenium (該方式在聯網的情況下 自動進行下載和安裝)
5. 下載 selenium 的服務端
下載地址 http://selenium-release.storage.googleapis.com/index.html
找到selenium-server-standalone-XXX.jar
下載下來後解壓;在 selenium-server-standalone-xxx.jar 目 錄 下開啟dos命令視窗
使用命令 java -jar selenium-server-standalone-xxx.jar 啟動(如果打不開,檢視是否埠被佔用:netstat -aon|findstr 4444)。
6. 快速安裝Python module模組
在Python安裝目錄Scripts下開啟命令窗 輸入pip install pyodbc
相關文章
- Selenium安裝
- selenium 安裝與 chromedriver安裝Chrome
- pip安裝selenium
- selenium安裝過程
- pip線上安裝selenium
- Python安裝selenium模組Python
- pip 安裝 selenium 失敗
- 安裝指定版本Selenium命令
- selenium:1.關於安裝selenium的坑
- Python Selenium安裝下載Python
- windows環境下安裝seleniumWindows
- 自動化測試框架Selenium的使用——安裝Selenium框架
- Selenium (1) —— Selenium安裝與測試(101 Tutorial)
- pip安裝selenium一直失敗解決辦法
- pip 安裝 selenium 提示需要升級
- Python中的selenium的安裝Python
- 軟體測試--selenium安裝使用
- 軟體測試--selenium 安裝使用
- 安裝selenium包以後出錯
- python+selenium環境搭建,pip安裝selenium失敗Python
- pip安裝selenium超時解決方法
- 使用pip安裝selenium過程筆記筆記
- pip install selenium安裝沒反應
- 使用pip安裝selenium庫一直報錯的解決方法
- Selenium的安裝與Firefox配置以及Selenium基本用法(超詳細)Firefox
- #MAC 版本關於selenium驅動的安裝Mac
- Python+Selenium安裝及環境配置Python
- 不用cmd來pip install selenium,就直接使用Pycharm安裝 install selenium ??PyCharm
- 使用pip安裝軟體selenium一直失敗解決辦法
- python中的pip的安裝以及通過pip命令對selenium進行解除安裝和安裝Python
- (二)selenium IDE 外掛下載與安裝IDE
- pip安裝selenium報錯:Read timed out
- 軟測WebUI Python安裝selenium模組失敗,用VSCode安裝成功WebUIPythonVSCode
- Python之selenium:selenium庫的簡介、安裝、使用方法之詳細攻略Python
- Ubuntu18.04安裝Selenium和環境搭建Ubuntu
- Yaf安裝(一)
- Redis 安裝(一)Redis
- bbed一(安裝)