I use
driver = new FirefoxDriver();
to launch a firefox page. And, selenium ChromeDriver Service for the chrome page.
However, the window opens maximized at all times. How do I make the window open in the same dimensions as it was while closing? i.e. in the size is restored properly.