Path: blob/main/files/en-us/web/webdriver/errors/invalidcookiedomain/index.md
6532 views
------{{QuickLinksWithSubpages("/en-US/docs/Web/WebDriver/Errors")}}
The invalid cookie domain error is a WebDriver error that occurs when an illegal attempt was made to set a cookie under a different domain than that of the current document.
In WebDriver it is not permissible to set cookies for other domains than the domain of the current browsing context's document's domain.
This error will also happen if the document is cookie-averse, that is if the document is not loaded via http://, https://, or ftp://.
Example
Other domains
If the current domain were to be example.com, it would not be possible to add a cookie for the domain example.org:
Output:
Cookie-averse documents
This error may also occur when you visit a cookie-averse document, such as a file on your local disk:
Output:
See also
Relevant WebDriver commands: