Python Selenium使用IE
歡迎加入學習交流QQ群:657341423
Selenium可以呼叫大部分主流瀏覽器,其中最多的是谷歌,火狐,IE。不過在使用IE的情況下。需要進行部分調整才能使用。
方法:
第一,首先放置IEDriverServer.exe,這個直接放置在python的安裝目錄下即可。
第二,就是設定IE的安全設定。
分別對四個區域的啟用保護模式進行取消勾選即可。
最後直接看程式碼:
from selenium import webdriver
driver=webdriver.Ie() #呼叫IE瀏覽器
driver.get('https://www.baidu.com')
print (driver.title)
driver.quit()
歡迎加入學習交流QQ群:657341423
相關文章
- Python Unitest 使用 selenium 測試WebPythonWeb
- 使用Python學習selenium測試工具Python
- Python爬蟲之Selenium庫的基本使用Python爬蟲
- python 包之 selenium 自動化使用教程Python
- Python爬蟲學習(9):Selenium的使用Python爬蟲
- Python爬蟲之selenium庫使用詳解Python爬蟲
- Selenium 使用
- python selenium DemoPython
- Python之selenium:selenium庫的簡介、安裝、使用方法之詳細攻略Python
- Selenium 4 使用
- Python之Selenium 框架Python框架
- Python Selenium簡介Python
- Python 中 selenium 庫Python
- Python Selenium 常用方法Python
- Selenium2 (python)Python
- python自動化測試工具selenium使用指南Python
- Python網路爬蟲 - Phantomjs, selenium/Chromedirver使用Python爬蟲JSChrome
- 全網最全python庫selenium自動化使用教程Python
- Python爬蟲之路-selenium在爬蟲中的使用Python爬蟲
- 使用 Python 和 Selenium 自動化網頁測試Python網頁
- selenium webdriver 啟動三大瀏覽器Firefox,Chrome,IEWeb瀏覽器FirefoxChrome
- selenium4 selenium_handless的使用
- selenium的基本使用
- Python安裝selenium模組Python
- Python Selenium如何操作CookiesPythonCookie
- python selenium 速查筆記Python筆記
- Selenium IDE實踐(使用Selenium錄製)IDE
- 【Python】selenium 基礎使用:頁面元素定位方法彙總Python
- python+selenium環境搭建,pip安裝selenium失敗Python
- Python Selenium操作Cookie的方法PythonCookie
- Python Selenium異常處理Python
- Python Selenium如何定位元素Python
- Python Selenium安裝下載Python
- python+selenium 儲存logPython
- Python_Selenium的等待操作Python
- python+selenium方法大全Python
- Selenium–資料驅動(python)Python
- 爬蟲-selenium的使用爬蟲