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

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c++ - CryptStringToBinary API behavior -