简体   繁体   English

imacros在离线模式下工作

[英]imacros work in offline mode

I want a command to work offline in imacro for firefox Is there any way to emaulate manually clicking file->work offline. 我希望命令在imacro for firefox中脱机工作是否有任何方法可以手动单击文件->脱机工作来发出信号。

even if there is some javascript command or someway to do it by vb code it is ok. 即使有一些javascript命令或通过vb代码以某种方式完成它也是可以的。

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: 以下代码适用于Firefox上的iMacros来切换“脱机工作”的打开/关闭:

 EVENT TYPE=KEYPRESS SELECTOR=* Char="f" MODIFIERS="alt" EVENT TYPE=KEYPRESS SELECTOR=* Char="k" MODIFIERS="alt" 

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM