mamoorkhan
Results
3
comments of
mamoorkhan
any updates on this one?
> does anyone have solution in .net(c#) for maximizing the browser window? The following worked for me at last. ``` using var playwright = await Playwright.CreateAsync(); await using var browser...
@NitishJoggessur and @dbhimar I was getting the same half screen maximised window when I was using only the --start-maximized flag, but when I added the viewport settings and created a...