Advertisement
Guest User

Untitled

a guest
May 27th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. private const string EnsureCleanSessionCapability = "ie.ensureCleanSession";
  2.  
  3. var options = new InternetExplorerOptions();
  4. options.EnsureCleanSessionCapability = true;
  5. // ...
  6. IWebDriver driver = new InternetExplorerDriver(options);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement