[python Error] AttributeError: 'list' object has no attribute 'click' 에러 1초 만에 해결하기
2022. 3. 22. 10:35ㆍ1. Data Analyst/1-1. Python
728x90
반응형
bad_rv = driver.find_elements_by_css_selector("클래스 이름").click()
: elements -> element 로 변경하면 해-결!
728x90
반응형
'1. Data Analyst > 1-1. Python' 카테고리의 다른 글
[python 실무] 구글 리뷰 크롤링 #1. 데이터가 한개만 크롤링 되는 경우 해결 (0) | 2022.03.25 |
---|---|
[python 실무] 크롬드라이버 버전 불일치 (버전 자동 업데이트) chromedriver_autoinstaller | Chrome 버전에 맞게 chromedriver 자동 설치 (0) | 2022.03.22 |
[ing] Python_데이터 분석 | 클러스터링 (0) | 2022.02.06 |
[파이썬에러] WebDriverException: Message: 'chromedriver.exe' executable needs to be in PATH. 에러 (0) | 2022.02.02 |
[Jupyter notebook] 라이브러리 패키지 설치 (0) | 2021.07.01 |