【发布时间】:2016-02-08 11:31:13
【问题描述】:
这是我的代码:
'What do i put here to wait until V that down there exists before continuing?
ie.Document.getElementById(":zv.gt").Click
'Do While ie.Busy Or ie.ReadyState <> 4: WScript.Sleep 5000: Loop <---- Wont work because the button doesnt actually popup until after the Page is already finished loading.
在继续之前我要让它不断检查按钮是否存在?
【问题讨论】:
标签: vbscript