beautifulsoup13 파이썬 beautifulsoup, selenium (ft. 아직 안끝났지만 이미 어이가 없다;) - 진행중 (해결 x) 파이썬 beautifulsoup, selenium 을 이용한 크롤링 과제 진행 중이다. (해결 x) 다른것보다 어처구니가 없는건 분명 있는데 없다고 하는것과 없는데 작동이 되는거다.;; 오늘의 경우에는 명확히 없는데 작동되는 경우를 올려보고자 한다. from bs4 import BeautifulSoup from selenium import webdriver import time driver = webdriver.Chrome('../driver/chromedriver.exe') driver.get('https://www.starbucks.co.kr/store/store_map.do') loca_search = driver.find_element_by_class_name('loca_search') loca_.. 2022. 6. 7. 이전 1 2 3 4 다음