I am scraping a site using selenium in python, I get the desired results when I run the same script on windows, but in ubuntu 16.04 when I run the same script it throws error:
File "/usr/lib/python2.7/httplib.py", line 402, in_read_status
raise BadStatusLine(line)
BadStatusLine: ''
can anyone give me an idea why is this error raised?
Thanks :)