BrowserApplication.
Removes temporary internet files and optionally removes cookies.
This functionality is supported only if you are using the Open Agent.
browserApplication.ClearCache([option])
Variable | Description |
---|---|
option | Optional: Type 0 to remove all temporary internet files including cookies. Type 1 to remove all temporary internet files excluding cookies. Type 2 to delete all cookies. INTEGER. |
ClearCache() is only supported for Internet Explorer.
WINDOW app = Desktop.Find("./BrowserApplication") app.ClearCache(1)