Chrome driver hangs when using user data

297 Views Asked by At

The browser opens but the debugger hangs. If I comment out the AddArgument line then it proceeds fine. Any ideas?

   var chromeOptions = new ChromeOptions();
    chromeOptions.AddArgument("--user-data-dir=C:\\Users\\Ian\\AppData\\Local\\Google\\Chrome\\User Data");

    IWebDriver driver = new ChromeDriver("C:\\Users\\Ian\\Desktop", chromeOptions);
1

There are 1 best solutions below

0
On

It seems to want all other Chrome windows closed to work with existing user data.