PhantomJSDriver "cannot start the driver service on http://localhost:xxxx/"

918 Views Asked by At

So I have a console app that is running Selenium.PhantomJS and it works fine on my localhost, but when I put it into production, I get the following:

Output

Looking at the logfile, I see

"Cannot start the driver service on http://localhost:4545/"

I thought it might be a firewall thing, but I ended up turning the firewall off completely to test and still got this result.

0

There are 0 best solutions below