Appearance
UI.COOKIE.deleteAll()
Deletes all cookies associated with the current page.
This command removes every cookie that is accessible to the current page’s domain and path.
Usage
js
UI.COOKIE.deleteAll()Example
js
I.goTo("https://example.com")
// Remove all cookies for the current page
UI.COOKIE.deleteAll()Deletes all cookies associated with https://example.com.