I am writing a script in Selenium WebDriver using C#. I want to run this script in the background or minimize mode. I don't want to display the browser to the user. I tried the Chrome Options class and its properties to accomplish the task but unable to do that.
What could be the best approach of running the selenium script in the background or minimize mode in Selenium WebDriver using C#?