I\'m attempting to write a simple script that checks if I have any gmail emails labeled SOMETHING and then opens a firefox browser window to a login page, after which it goes to
I solve it with this line
self.driver = webdriver.Chrome() self.driver.maximize_window()