As of Chrome 59, you can now also hide the chrome browser window by using headless mode:
options.AddArgument("headless");
and in combination with:
ChromeDriverService service = ChromeDriverService.CreateDefaultService();
service.HideCommandPromptWindow = true;
it runs in complete silence.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…