iMacros wait until page loads

て烟熏妆下的殇ゞ 提交于 2019-12-07 00:51:40

问题


I used to use iMacros all the time and to make the macro wait for the page to load it was as simple as:
SET !WAITPAGECOMPLETE YES
However now this doesn't work and it seems from the iMacros website http://wiki.imacros.net/!WAITPAGECOMPLETE that this feature isn't even compatible with Firefox anymore.

What is an alternative way of doing this other than waiting a specified amount of time? Surely there must be, why would subsequent version regress?

Thanks in advance P.S. Reverting back to IE is not an option


回答1:


Use

SET !TIMEOUT_PAGE 120

Then you will increase waiting time for a page to 120 seconds.



来源:https://stackoverflow.com/questions/25626005/imacros-wait-until-page-loads

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!