I am using Firefox version 53. Geckodriver version 0.16, selenium version 3.4. I want totake console logs of webdriver
from selenium import webdriver from s
It's known issue, you can check it here
geckodriver is an implementation of W3C WebDriver which doesn’t specify a log interface at the moment, so this is expected behaviour.
https://github.com/mozilla/geckodriver/issues/330