I am trying to use PhantomJS with Selenium Webdriver and got success but for a specific website I see that it does not navigate to the URL. I have tried it with both Python
It seems I have found a solution to this. The problem was an SSL handshake problem.
By passing
'--ignore-ssl-errors=true' as a service_args to phantomjs solves the issue.