Is there a way to view PhantomJS console.log messages via Selenium/GhostDriver? -


i'm using java bindings of ghostdriver run selenium acceptance tests against phantomjs.

if 1 of web pages requested phantomjs logs javascript console via console.log, there way capture or view messages?

i'm guessing answer forehead-slappingly simple can't work out!

logentries logs = driver.manage().logs().get("browser"); 

Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -