How can I set the window size using Chrome options in JS-Nightwatch?
Hello Macy,
You can set the windows size as shown below:
ChromeOptions op = new ChromeOptions();
op.add_Arguments("window-size=500,250");
How can I set the window size using Chrome options in JS-Nightwatch?
Hello Macy,
You can set the windows size as shown below:
ChromeOptions op = new ChromeOptions();
op.add_Arguments("window-size=500,250");