How to set window size using chrome options?

How to set window size using chrome options ?

Hi Junior,

Set the size of the window as shown below:

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