Can imacros clear ALL history, cache and cookies

2019-08-09 23:34发布

Is there a way to clear all cache and cookies (equivalent of pressing ctrl+shift+del in firefox and selecting every checkbox) using imacros?

I know about the CLEAR command but I have found that it doesn't clear everything. Thank you.

2条回答
贼婆χ
2楼-- · 2019-08-10 00:02

Use the CLEAR command so that times of website response measurements are not influenced by using local cache data:

查看更多
贼婆χ
3楼-- · 2019-08-10 00:22

The code "CLEAR" without quote actually deletes all content. Make sure you do not run this function in incognito mode. This is because incognito do not delete content in as much as it doesn't save. But some sites can still pick your data on incognito mode. To make your script clear all data, run the script in a normal mode.

查看更多
登录 后发表回答