PhantomJS can't load correctly web page
问题 I'm currently trying to scrape a web page with PhantomJS and Selenium (python 2.7.9 on Windows 7) but PhantomJS fail to load correctly the web page. If I use Firefox as webdriver I have no problem to see the page as I want. At first I thought it was a javascript problem (page-side) since with save_screenshot I could see what normally the page shows when javascript is disabled, but if I disable javascript the page show me correctly that "Javascript must be enabled", so it is not a js problem.