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\\chrom edriver.exe", chrome_options=options)
Adres satırına chrome://version yazarak profil yolunu görebilirsiniz.