Coding345 파이썬 Selenium 자바스크립트 사용하기 구글검색을 통해 알아보니 GetEval 등을 통해 자바스크립트를 사용할 수 있다고 나와있었는데 실제 테스트해본결과 에러가 나고 제대로 동작하지 않았다. -> execute_script() 사용하면 됨 2016. 7. 29. 파이썬 Selenium The browser appears to have exited before we could connect. 에러해결방법 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.. 2016. 7. 28. Selenium Message: Can't load the profile 에러 해결방법 webdriver를 firefox로 주고 진행하던 중 selenium.common.exceptions.WebDriverException: Message: Can't load the profile 와 같은 에러가 발생한다면 pip install -U selenium 후 진행해주면 된다. 2016. 7. 28. 파이썬 네이버 로그인 https://github.com/HallaZzang/python-naverlogin 2016. 7. 26. 카카오톡 URL 미리보기 설정 head 태그 내에 설정 2016. 6. 13. PHP 파싱 Download : http://simplehtmldom.sourceforge.net/ 2016. 6. 1. 이전 1 ··· 46 47 48 49 50 51 52 ··· 58 다음