0

我正在使用 WaitForString 命令暂停我的脚本,直到屏幕上出现所需的文本。但是,我注意到一旦发生这种情况,屏幕就会停止“打印”。我宁愿等到整个屏幕完成刷新。

我怀疑我可以使用 WaitForCursor 代替 WaitForString("text");屏幕完成后,我可以使用 Get("text")。

但是,我找不到任何解释 WaitForCursor 命令的文档。在这种情况下我将如何使用它?

4

1 回答 1

0

Have a read through of this manual for secure-crt and scripting with vbscript

Scripting Essentials (PDF)

I expect you would use the command itself as crt.Screen.WaitForCursor(timeout) although I've never used this software myself so that's just a guess

于 2016-05-18T15:00:07.847 回答