How to Handle Cookies in Selenium WebDriver
A HTTP cookie is comprised of information about the user and their preferences. It stores information using a key-value pair. It is a small piece of data sent from Web Application and stored in Web Browser, while the user is browsing that website. Click here to learn about cookie testing. Selenium Query Commands for cookies…