Selenium安裝與環境配置

2021-08-19 00:10:40 字數 521 閱讀 1762

一、概述

selenium主要用於web的自動化測試。

selenium的主要套件有:

1、selenium ide:乙個firefox外掛程式,配合firefox使用可以錄製網頁指令碼並執行測試

2、selenium rc(selenium-remote control):支援使用多種語言來編寫測試類,不受瀏覽器控制。

顯示的啟動資訊如下圖:

新增檔案後,可以在project中看到匯入的庫。

3、selenium webdriver:用於直接向瀏覽器傳送命令,是selenium rc的前身

4、selenium grid:用於實現分布式的測試環境搭建。

//簡單的說,分布式就是指把一台機器的工作分給多台機器去做

Selenium 環境安裝(1)

selenium是乙個用於web應用程式自動化測試工具。selenium測試直接執行在瀏覽器中,就像真正的使用者在操作一樣。selenium基本上支援主流的瀏覽器,包括ie,mozilla firefox,safari,google chrome,opera等。接下來以chrome瀏覽器為例演示如何...

安裝配置selenium

1.安裝python 安裝配置步驟可以參考 2.安裝selenium 在命令列輸入pip,檢視是否安裝,如果已經安裝pip安裝selenium命令為 pip install u selenium 安裝成功後可以看到列印如下,會顯示successfully 以及selenium版本號 c users ...

windows環境下安裝selenium

然後python ez setup.py,看到了以下字樣,則表明成功 installed c python34 lib site packages setuptools 32.3.1 py3.4.egg processing dependencies for setuptools 32.3.1 fi...