I\'m using the Java bindings of GhostDriver to run Selenium acceptance tests against PhantomJS.
If one of the web pages requested by PhantomJS logs to the Javascript con
LogEntries logs = driver.manage().logs().get("browser");