Written by
nodejs-style
on
on
셀레니움 selenium
셀레니움 selenium
node nodejs selenium Chrome ChromeDriver ubuntu
1. Chrome 설치
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
Chromedriver를 쓰려면 Chrome도 설치되어야 한다는 점
sudo apt-get update sudo apt-get install google-chrome-stable
google-chrome --version
잘 설치 되었는지 확인
>Google Chrome 94.0.4606.61
2. Chromedriver 다운로드
from http://cgh9.tistory.com/208 by ccl(A) rewrite - 2021-09-30 17:26:48