adspace
How to delete browser cookies with selenium web driver?
Answer Posted / Manish Jaiswal
To delete cookies using Selenium WebDriver, you can use the deleteAllCookies() method of the Cookies interface. This method deletes all the cookies for a given domain.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers