I'm trying to load my Chrome profile for use with Selenium WebDriver
but it doesn't work and always defaults to a new one. I tried the codes provided from here.
Is there any workaround or fix? I'd like to run ChromeDriver
with customized extensions, options and whatnot since command line flags
and ChromeOptions
have restricted functionality.
Also, I'm having another issue about loading preconfigured extensions.