Can I set a particular window size using Chrome options in Serenity?
Hi Alex,
You need to pass the command in chrome options as given below:
ChromeOptions browserOptions = new ChromeOptions();
op.addArguments("window-size=500,250")
Can I set a particular window size using Chrome options in Serenity?
Hi Alex,
You need to pass the command in chrome options as given below:
ChromeOptions browserOptions = new ChromeOptions();
op.addArguments("window-size=500,250")