This question was previously addressed in Java ( Get the Chrome Console Log )
However, I use Ruby bindings and wondered if they provided similar functionality?
I have looked at the source code of Ruby, but I do not see references or links to LoggingPreferences.
By the way, I use RemoteWebDriver and pass the desired feature object. Presumably, I want to set the logging options in this object, but I'm struggling to see where.
ruby selenium-webdriver webdriver selenium-chromedriver
Robbie Wareham
source share