如何在VBScript中单击鼠标左键

时间:2016-04-12 14:51:01

标签: vbscript

我在使用VBScript中的SendKeys进行单击时遇到问题。

我有这段代码:

Set Click = CreateObject("WScript.Shell")
WScript.Sleep 7000
Click.SendKeys ("{CLICK LEFT, 1165, 623}")
WScript.Sleep 300
WshShell.SendKeys ("{ENTER}")

我也尝试过:Click.SendKeys "{CLICK LEFT, 1165, 623}"但不起作用

这是脚本到达点击时出现的错误(第74行):

enter image description here

0 个答案:

没有答案