Is there any way to maximize the browser window using WebDriver (Selenium 2) with C#?
I had the same problem, but the problem can be solved by using following code.
driver.manage().window().fullscreen();