您可以在下面看到我正在使用的代码,以将另一个配置文件与 webdriver 一起使用。我需要知道这是如何完成的,因为我希望能够将我当前的 chrome 配置文件加载到 webdriver
options.AddArguments(String.Format(
"--user-data-dir=\"{0}\"", @"C:\Users\zacha\source\repos\Trial Bot - Test\Trial Bot - Test\bin\Debug\User Data"));
driver = new ChromeDriver(@"C:\Users\zacha\source\repos\Trial Bot - Test\Trial Bot - Test\",options);
运行时出错:
OpenQA.Selenium.WebDriverException: 'unknown error: Could not remove old devtools port file. Perhaps the given user-data-dir at "C:\Users\zacha\source\repos\Trial Bot - Test\Trial Bot - Test\bin\Debug\User Data" is still attached to a running Chrome or