Handling Cookies in Webdriver
Submitted by harrydev on Sat, 02/15/2014 - 08:42Selenium webdriver can perform required task with respect to browser cookies. We add , delete, delete particular cookie by passing the name, and so on. Let us look all of the in details.
First let us see how add cookie works: