Advertisement
Guest User

Untitled

a guest
Feb 13th, 2016
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. Cookie cookie = new Cookie("key", "value");
  2. this.driver.Manage().Cookies.AddCookie(cookie);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement