2017-11-04 246 views
1

我正在使用IMacro瀏覽器。它使用Internet Explorer瀏覽器。它看起來像使用緩存數據中的一些參數。如何清除IMacro瀏覽器的所有緩存?

我想清除緩存。爲此,我嘗試清除Internet Explorer瀏覽器的緩存,但它不反映在IMacro瀏覽器上。 IMacro瀏覽器仍然使用緩存數據的參數。

我看了一些參考

1- Can imacros clear ALL history, cache and cookies

2- http://wiki.imacros.net/CLEAR

3- http://forum.imacros.net/viewtopic.php?f=2&t=24378

但我不知道在哪裏火CLEAR命令。

我需要在MS Excel VBA代碼中使用它嗎?

我是否需要在IMacro窗口的應用程序中的某個地方啓動?

enter image description here

回答

0

您使用CLEAR內(通常在頂部)宏:

CLEAR 
URL GOTO=http://www.cnn.com 

我需要在MS Excel VBA代碼火,我用這個?

沒有

我需要在應用程序的窗口IMacro某處火?

是的,見上面

相關問題