options.AddArgument("--disable-gpu");
driver = new ChromeDriver(options);
driver.Navigate().GoToUrl("");
string currentDay = DateTime.Today.DayOfWeek.ToString();
System.Threading.Thread.Sleep(5000);
switch(currentDay)
{
Had a problem, where it doesn't hide the browser, what can I do?