문제

I want a command to work offline in imacro for firefox Is there any way to emaulate manually clicking file->work offline.

even if there is some javascript command or someway to do it by vb code it is ok.

basically what i am trying to achieve is that i open a page which has a form. now i fill the form with some values and click submit and extract results from the next page. again i open the 1st page with the form. now i want to do this opening of the 1st page in offline mode so that it is faster as teh page is already there in cache. next again i need to go online before i click submit.

도움이 되었습니까?

해결책

the following Code works for iMacros on Firefox to toggle 'Work Offline' ON/OFF:

EVENT TYPE=KEYPRESS SELECTOR=* Char="f" MODIFIERS="alt"
EVENT TYPE=KEYPRESS SELECTOR=* Char="k" MODIFIERS="alt"
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top