태그
#Selenium
2개의 글
새로워지기·마흔의 생활코딩
[selenium] find_element_by_class_name 안됨
에러 내용 Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: 'WebDriver' object has no attribute 'find_element_by_class_name'…
Feb 19, 2023·1 분·#AttributeError#find_element_by_class_name#removed method
새로워지기·마흔의 생활코딩
[selenium] 크롬 드라이버 작동 후 바로 꺼짐( 버전 같아도 안되는 경우)
selenium 사용 시, 크롬 브라우저와 같은 버전 드라이버를 설치해도 코드 실행 시 바로 꺼지는 현상 원본 코드 # 1) pipenv install selenium # 2) https://chromedriver.chromium.org/downloads # 크롬 버전과 동일한 드라이버 버전을 다운받아, 원하는 폴더에서…
Feb 19, 2023·1 분·#chromedriver#Selenium#바로 꺼짐