How to set window size using Chrome options in Serenity?

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")