[selenium error] 'WebDriver' object has no attribute 'find_element_by_css'

화이팅·2023년 1월 25일
0

eda

목록 보기
8/29

잘 쓰다가 갑자기 또 오류,,

이제 by로 바뀌었다고 한다.

그래서

driver.find_element(By.CSS_SELECTOR, '.sido_arae_box li a').click()

로 다시 작성해도

name 'by' is not defined
오류

해결 :

from selenium.webdriver.common.by import By

꼭 By 대문자로 써야됨
소문자로 써서 또 오류 ㅎㅎ.;;

출처 : https://hyunsooworld.tistory.com/entry/%EC%85%80%EB%A0%88%EB%8B%88%EC%9B%80-%EC%98%A4%EB%A5%98-AttributeError-WebDriver-object-has-no-attribute-findelementbycssselector-%EC%98%A4%EB%A5%98%ED%95%B4%EA%B2%B0

재밌다..하하.. ㅈㅐ밌어..야지.. 하기 싫다,ㅎ

profile
하하...하.

0개의 댓글