본문 바로가기
Coding/Python

Selenium Message: Can't load the profile 에러 해결방법

by Hide­ 2016. 7. 28.
반응형

webdriver를 firefox로 주고 진행하던 중 


selenium.common.exceptions.WebDriverException: Message: Can't load the profile


와 같은 에러가 발생한다면


pip install -U selenium 후 진행해주면 된다.