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
Post a Comment