Is there any way to maximize the browser window using WebDriver (Selenium 2) with C#?
This is working fine for me.
Capybara.current_session.driver.browser.manage.window.resize_to(1800, 1000)