zen_clear_browsing_data
Clear selected browsing data types (cache, cookies, history, localStorage, passwords, downloads) from the browser, with optional filtering by data creation time.
Instructions
Clear browsing data of the given types.
Args: types: Which to clear. Subset of ["cache","cookies","history", "localStorage","passwords","downloads"]. Default = all of those. since_ms: Only data created since this epoch-ms timestamp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| types | No | ||
| since_ms | No |