Python/Selenium
-
Python + Selenium을 이용한 웹 자동화Python/Selenium 2020. 2. 25. 17:08
Chrome 브라우저와 Selenium을 이용해 간단한 웹 사이트를 동작시켜보는 예제를 정리해보았다. Selenium with Python 공식 문서 Selenium with Python - Selenium Python Bindings 2 documentation # selenium 설치 pip install selenium 크롬 설정 현재 사용중인 크롬 버전확인 크롬 드라이버 다운로드(Chrome: https://chromedriver.storage.googleapis.com/index.html?path=80.0.3987.16/) 크롬 드라이버 다운로드(Chrome: https://chromedriver.storage.googleapis.com/index.html?path=80.0.3987.16/) 자..