How to hide the console in PhantomJS + Selenium? How to hide the console in PhantomJS + Selenium? selenium selenium

How to hide the console in PhantomJS + Selenium?


I am using this thing all the time works fine.

var driverService = PhantomJSDriverService.CreateDefaultService();driverService.HideCommandPromptWindow = true;var driver = new PhantomJSDriver(driverService);