SeleniumでEdgeを使うお話
SeleniumでEdgeを使うお話
Edge用のWebDriverの準備
まずはEdgeのバージョン確認
Edgeの[設定]->[全般]から一番下までスクロールするとバージョンを確認できます。
EdgeのバージョンにあったWebDriverを下記からダウンロードします。
WebDriver - Microsoft Edge Development
WebDriverの読み込み
from selenium import webdriver
driver = webdriver.Edge(executable_path='C:\\...\\MicrosoftWebDriver.exe')
driver.get('https://www.bing.com/')
参考
SeleniumでMicrosoft Edgeブラウザを動かす方法
Seleniumを使ってPythonでブラウザ操作 - Qiita
Author And Source
この問題について(SeleniumでEdgeを使うお話), 我々は、より多くの情報をここで見つけました https://qiita.com/uguisuheiankyo/items/e331ab59b881613908f3著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .