无法运行录制的 autoI 脚本
Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers. 这个问题是由拼写错误或无法再重现的…
将 AutoIt 与 java 应用程序结合使用
当焦点转移到 java 应用程序时,AutoIt 似乎停止工作。 对于此代码: MouseMove(61, 121, 10) WinActivate("Main @ paperMoney [build 1800.20]") Msg…
Watir 与 AutoIT 教程?
Closed. This question is seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. It does not …
AutoIt 从数组中获取子数组
一段简单的代码,我们想要将数组的元素(又是另一个数组)存储在另一个变量中: Global $arr[1][2] = [ [1, 2] ] Global $sub = $arr[0] 如果我们 Arr…
在 AutoIt 中使用窗口文本和标题设置控制文本
我是 autoit 的新手。我有 2 个问题。 当窗口没有文本且没有标题时,如何使用 ControlFocus ( "", "", "[X:643Y:339]" )。请查看窗口通知者查看的窗口…
每 20 分钟运行一次脚本
Closed. This question is seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. It does not …
如何在 AutoIt 中访问像数组一样的字符串? (我正在将代码从 C++ 移植到 AutoIt)
好吧,啊,语法转换问题在这里...我该如何在 AutoIt 中做到这一点? String theStr = "Here is a string" String theNewStr = "" for ( int theCount …
AutoIT:暂时缺席 Wend
所有, 下面是我在 AutoIT 中编写的代码。 $fileToWrite = FileOpen("C:\output.txt", 1) If FileExists("C:\test.csv") Then $fileHandle= FileOpen(…