Silencing Chrome driver console outputs when I run my tests Silencing Chrome driver console outputs when I run my tests google-chrome google-chrome

Silencing Chrome driver console outputs when I run my tests


I haven't found a way to silence chrome driver warnings directly. You can however write a filter script fairly easily which processes each line of output and excludes these lines from STDOUT or STDERR (depending on which way they are being sent).

Related: Best practices in dealing with STDIN in ruby