셀레니움을 설치하고 크롬에 맞는 드라이버를 자동설치하게 만들어보자 Let's install Selenium and let it auto-install the driver for Chrome
작성자 정보
- 최고관리자 작성
- 작성일
컨텐츠 정보
- 3,630 조회
- 목록
본문
구글의 정보부터 확인한다.

파이참에서 chromedriver-autoinstaller를 설치한다.
나의 환경은 우분투 리눅스이다.
윈도우의 경우 다른 모듈 check-chromderiver을 선택해야한다.
Install a chromedriver-autoinstaller in Pycham.
My environment is Ubuntu Linux.
For Windows, you need to select another module check-chromderiver.


인스톨하고 import하면 준비가 끝이다.
Install and import and you're ready to go.
import chromedriver_autoinstaller
chromedriver_autoinstaller.install()
관련자료
-
이전
-
다음
댓글 0
등록된 댓글이 없습니다.