How to set the window size using Chrome options with Mocha framework?

Let me know the procedure to set the window size using Chrome options with Mocha framework.

Hello Macy,

You can set the window size as shown below:

 ChromeOptions op = new ChromeOptions();
      op.add_Arguments("window-size=500,250");