공부일지

[Python]eprecationWarning: executable_path has been deprecated, please pass in a Service object 본문

Computer/공부정리

[Python]eprecationWarning: executable_path has been deprecated, please pass in a Service object

이르리의 공부일지 2023. 10. 26. 15:39

오늘의 Warning

eprecationWarning: executable_path has been deprecated, please pass in a Service object

 

selenium 코드 작성하다가 출력된 문구이다.

 

error는 아니지만 불편하다! 

 

뭐가 문제일까?

 

 


 

버전에 맞게 새로운 코드 방식으로 작성하라는 주의사항이다.

 

안 고쳐도 큰 문제는 없지만

 

공식문서 보고 고쳐주면 사라지는 주의문구이다.

 

 

 


참고 사이트

 

https://www.selenium.dev/documentation/webdriver/troubleshooting/upgrade_to_selenium_4/

 

Upgrade to Selenium 4

Are you still using Selenium 3? This guide will help you upgrade to the latest release!

www.selenium.dev