I need the cache has been preserved and it was possible to reconnect.Tried this :
FirefoxProfile profile = new FirefoxProfile(@"D:\сacheFirefox",false);
IWebDriver driver = new FirefoxDriver(profile);
MessageBox.Show(profile.ProfileDirectory);
but the folder D:\сacheFirefox
empty, but the MessageBox
displays the path in temp folder, but he doesn't exist Can you help ?