wogur0915 / Hot_Place_NLP_Project

맛집 리뷰 감성분석 NLP 프로젝트
MIT License
0 stars 0 forks source link

크롬 드라이버 경로 문제 #3

Closed wogur0915 closed 9 months ago

wogur0915 commented 9 months ago

image

크롬 드라이버 경로에 알맞게 드라이버를 넣어주었지만 실행되지 않는 문제 발생

wogur0915 commented 9 months ago

드라이버를 자동으로 설치해주는 webdriver-manager 라이브러리 사용해보기

wogur0915 commented 9 months ago

image

그래도 capabilites 라는 오류가 발생

wogur0915 commented 9 months ago

driver = webdriver.Chrome()

크롬 드라이버를 별도 설정해놓지 않은 채 선언해도 되는 최신버전의 특징 이용

wogur0915 commented 9 months ago

image 잘 작동 되는것으로 확인

wogur0915 commented 9 months ago

파이썬 버전과 크롬의 버전에 따라 되지 않을 수 있으니 주의할 것