How to maximize browser window in C# MSTest?
HI Richard,
You can do that by passing the code below in Chrome options object:
driver = new ChromeDriver();
driver.Manage().Window.Maximize();
How to maximize browser window in C# MSTest?
HI Richard,
You can do that by passing the code below in Chrome options object:
driver = new ChromeDriver();
driver.Manage().Window.Maximize();