bcpeinhardt / schnauzerUI

A human readable scripting language for automated UI tests.
MIT License
10 stars 0 forks source link

chromedriver output on windows #6

Open bcpeinhardt opened 1 year ago

bcpeinhardt commented 1 year ago

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.