Selenium phantomjs不适用于twitter.com

时间:2014-11-18 10:27:36

标签: python webdriver phantomjs

import selenium
from selenium import webdriver
browser = webdriver.PhantomJS('./phantomjs')
browser.get("https://twitter.com/")
print browser.title

print返回null 无法理解为什么browser.title会返回你的''

browser.get("https://google.com/")
print browser.title

但现在打印Google

所以有点令人沮丧的是为什么twitter.com没有在Selenium Web浏览器中回复Phatomjs

1 个答案:

答案 0 :(得分:0)

PhantomJS 1.9.8为twitter工作。

此处提供新版本:http://phantomjs.org/download.html

之前我使用过旧版本的PhantomJS:1.9.7。