from selenium import webdriver
options = webdriver.ChromeOptions()
options.add_argument("user-data-dir=C:\\Path") #Path to your chrome profile
w = webdriver.Chrome(executable_path="C:\\Users\\chromedriver.exe", chrome_options=options)
Windows 7 至 Windows 10:C:\Users<username>\AppData\Local\Google\Chrome\User Data\Default
Mac OS X El Capitan:Users//Library/Application Support/Google/Chrome/Default
Linux:/home//.config/google-chrome/default