[Selenium] Ubuntu 20.04에 Chrome driver 설치하기

YoungHyo Choi·2021년 3월 30일
0

Python setting

목록 보기
2/3

selenium을 사용할 경우 google-chrome과 chrome webdriver가 필요하다.
ubuntu 20.04 에 설치

google chrome 설치

# 설치파일 받기
$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb 

# 크롬 설치
$ sudo apt install ./google-chrome-stable_current_amd64.deb 

# 크롬 버전 확인
$ google-chrome --version

chrome driver 설치

https://chromedriver.chromium.org/downloads 에서 chrome과 같은 버전 링크 접속
(89.0.4389.23 사용)


에서 chromedriver_linux64.zip 우클릭 후 링크 주소 복사

# 크롬 파일 받기
$ wget https://chromedriver.storage.googleapis.com/89.0.4389.23/chromedriver_linux64.zip

# 압축 해제 
unzip chromedriver_linux64.zip
profile
golang과 elasticsearch를 좋아하는 3년차 백엔드 엔지니어입니다.

0개의 댓글