ETC
Microsoft Edge Version 확인하고 Python Selenium과 Version 맞추기
GreatSaiyaman
2022. 6. 2. 21:14
요세 Python으로 여러가지 재미있는 기능들을 구현해보고 있는데요
Selenium을 공부하며 webdriver 와 기본적인 version도 맞추지 않으면 테스트조차 불가능 하더라구요.
해서 해당 정보를 간단하게 남기려고 해요.
1.Microsoft edge version을 확인하는 방법
(1) 본인의 Edge 브라우저 실행
(2) edge://settings/help
2. 본인의 Microsofot edge version과 일치하는, 혹은 python code를 실행시켰을때 발생한 오류에 해당하는 version을 다운받을 수 있는 페이지
https://msedgewebdriverstorage.z22.web.core.windows.net/
Microsoft Edge - Webdriver
msedgewebdriverstorage.z22.web.core.windows.net
3. Microsoft web driver 관련 공식 페이지
https://docs.microsoft.com/en-us/microsoft-edge/webdriver-chromium/?tabs=python
Use WebDriver to automate Microsoft Edge - Microsoft Edge Development
How to test your website or app in Microsoft Edge, and how to automate the browser with WebDriver.
docs.microsoft.com