Python + Splinter: Error - httplib.BadStatusLine: '' Python + Splinter: Error - httplib.BadStatusLine: '' selenium selenium

Python + Splinter: Error - httplib.BadStatusLine: ''


The symptoms you are describing point to the outdated chromedriver. Go to the "ChromeDriver Downloads" page and download the latest driver. For the currently latest stable Chrome 58, you need chromedriver 2.29.

Note that to check the chromedriver version, execute:

$ chromedriver --version

And, also, make sure you have the latest splinter and selenium:

$ pip install -U splinter selenium