> For the complete documentation index, see [llms.txt](https://docs.pylenium.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pylenium.io/driver-commands/cookies.md).

# Cookies

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