You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Geckodriver outputs so much stuff to the console. My expectation is that I can pass in values to the driver with --log and only see the filtered output. Is this output intended not to be able to be filtered via the driver?
System
Version: 0.33
Platform: macOS
Firefox: 113
Selenium: 4.9.1
Testcase
This code:
System.setProperty(GeckoDriverService.GECKO_DRIVER_LOG_LEVEL_PROPERTY, "FATAL");
driver = new FirefoxDriver();
Geckodriver outputs so much stuff to the console. My expectation is that I can pass in values to the driver with
--log
and only see the filtered output. Is this output intended not to be able to be filtered via the driver?System
Testcase
This code:
Starts the driver with:
Trace-level log
https://gist.github.com/titusfortner/22f2aa1b167041ba0fae3e1cf3c7ae71
The text was updated successfully, but these errors were encountered: