I need that when re-entering the cache (cookies and tp) loaded zanno Tried like this:

FirefoxProfile profile = new FirefoxProfile(@"D:\сacheFirefox",false); IWebDriver driver = new FirefoxDriver(profile); MessageBox.Show(profile.ProfileDirectory); 

but the D:\сacheFirefox empty, and the MessageBox displays the path to the temp folder, but even if you click on it, the final folder will not appear ( anonymous.... ) where the cache should be stored. Can you help ?

    0