로딩
요청 처리 중입니다...

Selenium을 이용한 올리브영 크롤링 과정(4)

 Selenium을 이용한 올리브영 크롤링 과정(4)

이번 포스팅에서는 pyshadow 패키지를 이용해서 저번 포스팅에서 진행한 별점과, 리뷰개수를 얻어볼 것이다. from selenium.webdriver.chrome.service import Service from webdriver_manager.chrome import ChromeDriverManager from selenium import webdriver from selenium.webdriver.common.keys import Keys from selenium.webdriver.common.by import By import time from selenium.webdriver.chrome.options import Options import pandas as pd options = Options() options.add_argument( "user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) " "AppleWebKit/537.36 ...