# Cookies

- [delete\_all\_cookies](/driver-commands/cookies/delete_all_cookies.md): The command to delete all cookies in the current browser session.
- [delete\_cookie](/driver-commands/cookies/delete_cookie.md): The command to delete a cookie with the given name.
- [get\_all\_cookies](/driver-commands/cookies/get_cookies.md): The command to get all cookies in the current browser session.
- [get\_cookie](/driver-commands/cookies/get_cookie.md): The command to get the cookie with the given name.
- [set\_cookie](/driver-commands/cookies/set_cookie.md): The command to set a cookie into the current browser session.
