You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`domain`|Superdomain of the current URL | Clears the cookie from the specified domain |
42
+
|`domain`|Hostname of the current URL| Clears the cookie from the specified domain |
43
43
|`log`|`true`| Displays the command in the [Command log](/guides/core-concepts/cypress-app#Command-Log)|
44
44
|`timeout`|[`responseTimeout`](/guides/references/configuration#Timeouts)| Time to wait for `cy.clearCookie()` to resolve before [timing out](#Timeouts)|
|`domain`|Superdomain of the current URL | Clears the cookies from the specified domain |
38
+
|`domain`|Hostname of the current URL| Clears the cookies from the specified domain |
39
39
|`log`|`true`| Displays the command in the [Command log](/guides/core-concepts/cypress-app#Command-Log)|
40
40
|`timeout`|[`responseTimeout`](/guides/references/configuration#Timeouts)| Time to wait for `cy.clearCookies()` to resolve before [timing out](#Timeouts)|
|`domain`|Superdomain of the current URL | Retrieves the cookie from the specified domain |
34
+
|`domain`|Hostname of the current URL| Retrieves the cookie from the specified domain |
35
35
|`log`|`true`| Displays the command in the [Command log](/guides/core-concepts/cypress-app#Command-Log)|
36
36
|`timeout`|[`responseTimeout`](/guides/references/configuration#Timeouts)| Time to wait for `cy.getCookie()` to resolve before [timing out](#Timeouts)|
|`domain`|Superdomain of the current URL | Retrieves the cookies from the specified domain |
30
+
|`domain`|Hostname of the current URL| Retrieves the cookies from the specified domain |
31
31
|`log`|`true`| Displays the command in the [Command log](/guides/core-concepts/cypress-app#Command-Log)|
32
32
|`timeout`|[`responseTimeout`](/guides/references/configuration#Timeouts)| Time to wait for `cy.getCookies()` to resolve before [timing out](#Timeouts)|
0 commit comments