Selenium Automation Framework Tutorial - Handling Cookies in Selenium

preview_player
Показать описание
Learn how to handle cookie using Selenium WebDriver. Following will be covered in this video:
- What is a cookie?
- Why we need to handle cookies in Selenium Automation
- Webdriver methods to handle cookies
getCookies()
getCookieNamed(arg0)
addCookie(arg0)
deleteCookie(arg0)
deleteCookieNamed(arg0)
deleteAllCookies()
Рекомендации по теме
Комментарии
Автор

Do you know how to edit an existing cookie

lol-ki