Handling Cookies

In this lesson, we will learn about cookies and how Selenium WebDriver interacts with them.

We'll cover the following...

The below example code can be downloaded and run locally; it is included as a part of the Sample UI test framework, please refer.

The web browser of the client machine stores information received from a website as a key-value pair when the user does web browsing and puts it in a text file. ...