How can I set window size using Chrome options with Java-Selenide?
Hello Charity,
You can use the syntax below to set window size using Chrome options with Java-Selenide:
ChromeOptions op = new ChromeOptions();
//window size set
op.addArguments("window-size=500,250");