摘要:配置環境使用命令安裝控制臺中直接輸入查看是否安裝成功中直接輸入安裝將放在安裝目錄,或將所在目錄添加到環境變量中檢查是否配置成功創建對象運行代碼,打開,配置成功版本版本版本版本正式版本位版本
python+Visual studio code配置Selenium環境
使用pip命令安裝selenium
Visual studio code控制臺中直接輸入:
python -m pip install selenium
查看是否安裝selenium成功
Visual studio code中直接輸入:
pip show selenium
安裝ChromeDriver、Firefox Geckodriver
https://sites.google.com/a/ch...
https://github.com/mozilla/ge...
將chromedriver.exe、geckodriver.exe放在python安裝目錄,或將chromedriver.exe所在目錄添加到環境變量path中
檢查Selenium+python+Visual studio code是否配置成功
# coding:utf-8 from selenium import webdriver # 創建Firefox對象 # driver = webdriver.Firefox() driver = webdriver.Chrome() driver.get("https://cn.bing.com/") driver.quit()
F5運行代碼,打開https://cn.bing.com/,配置成功
版本
python版本3.6.4
PS D:Pythonselenium> python Python 3.6.4 (v3.6.4:d48eceb, Dec 19 2017, 06:04:45) [MSC v.1900 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information.
Selenium版本3.141.0
PS D:Pythonselenium> pip show selenium Name: selenium Version: 3.141.0 Summary: Python bindings for Selenium Home-page: https://github.com/SeleniumHQ/selenium/ Author: UNKNOWN Author-email: UNKNOWN License: Apache 2.0 Location: c:programspythonpython36-32libsite-packages Requires: urllib3 Required-by:
Chrome版本 70.0.3538.77(正式版本) (64 位)
ChromeDriver版本2.43
文章版權歸作者所有,未經允許請勿轉載,若此文章存在違規行為,您可以聯系管理員刪除。
轉載請注明本文地址:http://specialneedsforspecialkids.com/yun/44973.html
摘要:若不出現下方界面則跳過此步啟動后,錯誤提示丟失。處理方法下載安裝運行庫即可。調出命令窗口并輸入出現下圖顯示內容則表示版本安裝成功。將放在盤中文件夾下的,如果是位系統則放在中四打開檢驗環境是否搭建成功出現下方界面則表示搭建成功 一、Python安裝1、Python3官網下載https://www.python.org/downlo... 2、選擇對應系統和版本(注意是32位還是64位,我...
摘要:如何獲得訪問下載并安裝。安裝完后需要使用命令安裝模塊,該模塊負責隔離不同項目開發之間的模塊依賴。工作區級別的設置則僅針對當前項目生效,配置文件存放在項目的文件夾中。以下步驟記錄了如何建立項目的基本目錄結構。 如何獲得 Visual Studio Code 訪問 http://code.visualstudio.com 下載并安裝。 前提條件 安裝Python 2.7 及 Python ...
閱讀 1761·2021-10-12 10:12
閱讀 2530·2021-09-29 09:42
閱讀 2710·2021-09-03 10:28
閱讀 2249·2019-08-30 15:54
閱讀 1153·2019-08-30 15:53
閱讀 1388·2019-08-30 11:26
閱讀 3356·2019-08-30 11:02
閱讀 2133·2019-08-30 11:02