미해결
[신규 개정판] 이것이 진짜 크롤링이다 - 실전편 (인공지능 수익화)
DeprecationWarning
<ipython-input-35-536ea89e098a>:5: DeprecationWarning: find_element_by_* commands are deprecated. Please use find_element() instead오류가 생깁니다.https://stackoverflow.com/questions/69875125/find-element-by-commands-are-deprecated-in-selenium의 방법처럼
from selenium.webdriver.common.by import Bynams = browser.find_element(By.CSS_SELECTOR,"._image _listImage")이렇게 해도 오류가 생깁니다.