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 By nams = browser.find_element(By.CSS_SELECTOR,"._image _listImage") 이렇게 해도 오류가 생깁니다.
- find_element()
- 웹-크롤링
- python
eunjeong Joo
댓글 1
좋아요 1
조회수 324





