Python
Drivers
chrome = 57.0.2987.133
chromedriver = 2.27.440174
Code:
from selenium.webdriver.chrome.options import Options
chrome_options = Options()
chrome_options.add_argument("--window-size=1920,1080")
driver = Chrome(chrome_options=chrome_options)