Despite piping stdout and stderr to null, chromedriver keeps logging stuff in windows, which is ruining the repl experience on windows in chrome. I'd really like to get this fixed, but after some research only found similar unanswered questions. Here is the link to the relevant snippet of code where we actually run the drivers: https://github.com/bcpeinhardt/schnauzerUI/blob/798ede6ef653c73f1a5f35949adf6869933fdfa1/src/lib.rs#L45
Any help in this area would be much appreciated.
Despite piping stdout and stderr to null, chromedriver keeps logging stuff in windows, which is ruining the repl experience on windows in chrome. I'd really like to get this fixed, but after some research only found similar unanswered questions. Here is the link to the relevant snippet of code where we actually run the drivers: https://github.com/bcpeinhardt/schnauzerUI/blob/798ede6ef653c73f1a5f35949adf6869933fdfa1/src/lib.rs#L45 Any help in this area would be much appreciated.