最佳答案
I'm using Selenium to run tests in Chrome via the Python API bindings, and I'm having trouble figuring out how to configure Chrome to make the console.log
output from the loaded test available. I see that there are get_log()
and log_types()
methods on the WebDriver object, and I've seen Get chrome's console log which shows how to do things in Java. But I don't see an equivalent of Java's LoggingPreferences
type in the Python API. Is there some way to accomplish what I need?