Skip to content

Instantly share code, notes, and snippets.

@angelovstanton
Created February 13, 2016 17:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save angelovstanton/c43af5e4d72bc3cc1af6 to your computer and use it in GitHub Desktop.
Save angelovstanton/c43af5e4d72bc3cc1af6 to your computer and use it in GitHub Desktop.
Cookie cookie = new Cookie("key", "value");
this.driver.Manage().Cookies.AddCookie(cookie);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment