The command to delete a cookie with the given name.
py.delete_cookie(name: str) -> None
py.delete_cookie("foo")
# Errors, 'delete_cookie' yields None py.delete_cookie("foo").get_cookie()
name (str) - The name of the cookie
name (str)
None
Last updated 2 years ago