반응형
selenium.common.exceptions.WebDriverException: Message: The browser appears to have exited before we could connect.
에러발생시
firefox --version
Mozilla Firefox 47.0
apt-get remove firefox
wget https://ftp.mozilla.org/pub/firefox/releases/45.0/linux-x86_64/en-US/firefox-45.0.tar.bz2
tar -xjf firefox-45.0.tar.bz2
mv firefox /opt/firefox45
ln -s /opt/firefox45/firefox /usr/bin/firefox
firefox --version
Mozilla Firefox 45.0
파이어폭스 상위버전과 selenium 호환문제인듯 하다.
'Coding > Python' 카테고리의 다른 글
읽어볼것 (0) | 2016.10.12 |
---|---|
파이썬 Selenium 자바스크립트 사용하기 (0) | 2016.07.29 |
Selenium Message: Can't load the profile 에러 해결방법 (0) | 2016.07.28 |
파이썬 네이버 로그인 (0) | 2016.07.26 |
Morse code encode/decode (0) | 2016.04.17 |