When I execute
driver = webdriver.Chrome('/Users/sunghunkwak/PythonTesting/chromedriver')
driver.get("https://gmail.com")
it always opens incognito mode (secrete, private mode). But, I want to use the original Chrome. How can I do it?
Thank you.