Question

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 console via console.log, is there a way to capture or view those messages?

I'm guessing that the answer to this is forehead-slappingly simple but I can't work it out!

Was it helpful?

Solution

LogEntries logs = driver.manage().logs().get("browser");
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top