VBS / iMacros - 什么是错误代码 -911

发布于 2024-09-03 02:13:16 字数 944 浏览 3 评论 0原文

这个错误代码是什么?

此页面上的链接-100...-999 (sMacroError) a> 只是再次重新加载同一页。伟大的。

当我执行这个 .vbs 文件时,我收到此错误:

Option Explicit
Dim iim1, iret

'initialize iMacros instance
set iim1 = CreateObject ("iMacros")
iret = iim1.iimInit("-fx", false)

do while not iret < 1
iret = iim1.iimPlay("Load CNN Comments",30)
loop

' tell user we're done
msgbox "End." &iret

' exit iMacros instance and quit script
Wscript.Quit()   

这是“加载 CNN 评论”

VERSION BUILD=6650406 RECORDER=FX
TAG POS=1 TYPE=A ATTR=TXT:Load<SP>next<SP>25
WAIT SECONDS=#DOWNLOADCOMPLETE#   

我在 Firefox 中打开一篇 CNN.COM 文章来运行它。这个想法是,“加载下 25 个”评论将被选择(由宏自动),直到所有评论都加载到页面上。它只执行一次,并返回错误代码-911

软件:
适用于 Firefox 6.6.5.0 的 iMacros; iMacros 6.90;火狐浏览器 3.6.3; Windows XP Pro SP3 带所有更新。

What is this error code?

The link -100...-999 (sMacroError) on this page just reloads the SAME PAGE again. Great.

I get this error when I execute this .vbs file:

Option Explicit
Dim iim1, iret

'initialize iMacros instance
set iim1 = CreateObject ("iMacros")
iret = iim1.iimInit("-fx", false)

do while not iret < 1
iret = iim1.iimPlay("Load CNN Comments",30)
loop

' tell user we're done
msgbox "End." &iret

' exit iMacros instance and quit script
Wscript.Quit()   

Here is "Load CNN Comments"

VERSION BUILD=6650406 RECORDER=FX
TAG POS=1 TYPE=A ATTR=TXT:Load<SP>next<SP>25
WAIT SECONDS=#DOWNLOADCOMPLETE#   

I run this with a CNN.COM article open in Firefox. The idea is that the "load next 25" comments will be selected (automatically by the macro) until all the comments are loaded on the page. It's only executing once, and returning error code -911.

Software:
iMacros for Firefox 6.6.5.0; iMacros 6.90; Firefox 3.6.3; Windows XP Pro SP3 w/all updates.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文