로딩
티스토리 데이터 처리 중입니다.

Python - DeprecationWarning: executable_path has been deprecated, please pass in a Service object 오류

 Python - DeprecationWarning: executable_path has been deprecated, please pass in a Service object  오류

Selenium 사용 시 아래와 같은 소스에서 오류가 발견 됨. 뭐로 바뀐거지?

import selenium from selenium import webdriver URL = 'https://google.com' driver = webdriver.Chrome(executable_path='drivers/chro.....

Python - DeprecationWarning: executable_path has been deprecated, please pass in a Service object 오류에 대한 요약내용입니다.

자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.