Selenium with Python 001 - 安装篇
Selenium Python bindings 提供了一個簡單的API,讓你使用Selenium WebDriver來編寫功能/校驗(yàn)測試。 通過Selenium Python的API,你可以非常直觀的使用Selenium WebDriver的所有功能。
Selenium Python bindings 使用非常簡潔方便的API讓你去使用像Firefox, IE, Chrome, Remote等等 這樣的Selenium WebDrivers(Selenium web驅(qū)動器)。當(dāng)前支持的版本為 2.7, 3.2及以上。
?
一、安裝python selenium binding
pip install selenium?
二、安裝瀏覽器驅(qū)動
Chrome:https://sites.google.com/a/chromium.org/chromedriver/downloads
Edge:https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/
Firefox:https://github.com/mozilla/geckodriver/releases
Safari:https://webkit.org/blog/6900/webdriver-support-in-safari-10/
使用不同的瀏覽器,需要下載對應(yīng)驅(qū)動,并且確保驅(qū)動可執(zhí)行文件,如chromedriver.exe放到你的系統(tǒng)環(huán)境PATH中,這里我將它放到python安裝目錄下。D:\360YP\VM\Python35\Script\chromedriver.exe
?
三、下載Selenium Server
注意:The Selenium server is only required if you want to use the remote WebDriver
Selenium Server 是個java 程序,推薦使用JRE 1.6以上的java環(huán)境運(yùn)行。我們可以從download page of selenium website?中下載?Selenium Standalone Server,名字類似?selenium-server-standalone-3.5.0.jar,啟動方式如
java -jar selenium-server-standalone-3.5.0.jar使用詳情,請查看后面章節(jié)介紹。
?
***微信掃一掃,關(guān)注“python測試開發(fā)圈”,了解更多測試教程!***
轉(zhuǎn)載于:https://www.cnblogs.com/guanfuchang/p/6497840.html
總結(jié)
以上是生活随笔為你收集整理的Selenium with Python 001 - 安装篇的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: UVA - 1587 Box
- 下一篇: C#远程调用技术WebService葵花