728x90
윈도우 새로 깔고 나서 기존 소스들 실행하려니
'str' object has no attribute 'capabilities' 에러 발생.
selenium이 업데이트되면서 이제 크롬 드라이버가 필요없단다.
browser = webdriver.Chrome('chromedriver') 이 부분을
browser = webdriver.Chrome() 이렇게 고치면 해결.
728x90
'Python' 카테고리의 다른 글
selenium4 webdriver.Chrome() 전체화면 (0) | 2023.08.14 |
---|---|
'WebDriver' object has no attribute 'find_element_by_xpath' (0) | 2023.08.14 |
module 'telegram' has no attribute 'Bot' (0) | 2023.08.14 |
dataframe column 문자열 자르기 (0) | 2023.07.25 |
dataframe column type to string (0) | 2023.07.25 |