标签: python selenium
我在Python中使用Selenium Webdriver。
在无头浏览器(phantomjs)中运行脚本时,我遇到了URLError:
<urlopen error [Errno 111] Connection refused>
任何人都可以帮忙解决这个问题吗?
答案 0 :(得分:9)
driver = webdriver.PhantomJS()