How can I maximize the browser window when I use browser context in C#(Nunit) I tried with following code, but still browser is not maximized. public async Task Setup() { _playwright = await Playwright.CreateAsync(); _browser = await _playwright.Chromium.LaunchAsync(new BrowserTypeLaunchOpti...