I tried this code to create a browser with my profile:
ChromeOptions options = new ChromeOptions();
options.AddArguments("user-data-dir=C:\\Users\\thieu\\AppData\\Local\\Google\\Chrome\\User Data\\Profile 3");
chromeDriver = new ChromeDriver(options);
But it will show a Browser that hasn't logged into any profiles, can anyone suggest where i am going wrong thanks a lot :<