hoim
python 웹 크롤링(1) : selenium, webdriver 설치
1. selenium 설치 $pip3 install selenium 참고: https://www.selenium.dev/documentation/ The Selenium Browser Automation Project Selenium automates browsers. That's it! www.selenium.dev 2. chrome driver 설치 → webdriver 설치 2-1. chrome driver 수동 설치 현재 사용하고 있는 크롬과 같은 버전의 드라이버를 설치한다. https://chromedriver.chromium.org/downloads ChromeDriver - WebDriver for Chrome - Downloads Current Releases If you are using..
PYTHON
2022. 4. 5. 21:53