deleteCookies
Delete cookies visible to the current page. By providing a cookie name it just removes the single cookie or more when multiple names are passed.
Usage
browser.deleteCookies(filter)
Parameters
Name | Type | Details |
---|---|---|
filter | Array[StorageCookieFilter] | Use the filter property to identify and delete specific cookies based on matching criteria. |
Examples
example.js
loading...
example.js
loading...