InternetExplorerOptions EnsureCleanSession Property WebDriver
Gets or sets a value indicating whether to clear the Internet Explorer cache before launching the browser. When set to  , clears the system cache for all instances of Internet Explorer, even those already running when the driven instance is launched. Defaults to  .

Namespace: OpenQA.Selenium.IE
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public bool EnsureCleanSession { get; set; }
See Also