AutoIt

AutoIt

文章 18 浏览 97

使模态对话框脚本适应 Firefox

我正在调整我的回归测试来测试 Firefox 中的网络应用程序。最大的障碍似乎是如何自动化 Firefox 中的模式对话框。 在 ie 中,我使用以下脚本的变体,…

瑾兮 2024-11-01 02:21:07 13 0

如何在 AutoIt 中发送数据包?

我想发送一些数据包到 modbus/tcp 设备来控制它。 我在 python 中取得了成功,如下所示: sdata = struct.pack('BBBBBBBBBBBBBBB',0x00,0x00,0x00,0x0…

流星番茄 2024-11-01 02:01:53 8 0

Autoit 3 通用按键

似乎应该有一个通用的按键监听器,如下所示: hotkeysset("listener") func listener(key) msgbox(0, "Key", "You pressed " & key) endfunc while tr…

东走西顾 2024-11-01 02:00:44 10 0

无法处理基本身份验证窗口

我正在处理弹出窗口,即处理基本身份验证窗口。请找到下面的代码,我正在尝试运行测试, { require 'watir/ie' require 'win32ole' require 'watir/Wi…

遥远的绿洲 2024-10-31 17:19:12 8 0

Dllcall autoit 部分获取结果

我在 autoit 中遇到以下代码问题: 它应该列出我的系统中可用的所有打印机以及每台打印机支持的当前纸张名称。 但我只得到打印机名称和一系列“0”,…

贪恋 2024-10-30 05:26:07 6 0

保持远程桌面会话“活动”

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. 这个问题似乎不是关于特定的编程问题、…

情绪少女 2024-10-29 20:10:31 17 0

将 vb6 转换为 autoit

谁能帮我将其转换为 autoit,或者至少告诉我如何在 autoit 中执行此操作? Private Const DC_PAPERNAMES = 16 Private Declare Function DeviceCapabi…

洒一地阳光 2024-10-28 13:29:30 12 0

如何在 AutoIt 中重新定义系统范围的快捷方式?

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. 6 年前已关闭。 编辑问题以包含所需行为…

人间不值得 2024-10-25 17:52:17 9 0

Autoit死循环问题

在 SSMS (SQL Server Management Studio) 中,您必须中键单击选项卡或按 Ctrl+F4 才能关闭当前编辑器选项卡。我想使用 Autoit 使快捷方式 Ctrl+w 执行…

淡墨 2024-10-23 19:18:11 6 0

无法运行录制的 autoI 脚本

Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers. 这个问题是由拼写错误或无法再重现的…

浮云落日 2024-10-21 12:58:18 4 0

将 AutoIt 与 java 应用程序结合使用

当焦点转移到 java 应用程序时,AutoIt 似乎停止工作。 对于此代码: MouseMove(61, 121, 10); WinActivate("Main @ paperMoney [build 1800.20]"); M…

泛滥成性 2024-10-21 09:21:28 7 0

Watir 与 AutoIT 教程?

Closed. This question is seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. It does not …

空城缀染半城烟沙 2024-10-17 16:23:05 15 0

AutoIt 从数组中获取子数组

一段简单的代码,我们想要将数组的元素(又是另一个数组)存储在另一个变量中: Global $arr[1][2] = [ [1, 2] ] Global $sub = $arr[0] 如果我们 Arr…

安静被遗忘 2024-10-16 23:19:35 20 0

在 AutoIt 中使用窗口文本和标题设置控制文本

我是 autoit 的新手。我有 2 个问题。 当窗口没有文本且没有标题时,如何使用 ControlFocus ( "", "", "[X:643;Y:339]" )。请查看窗口通知者查看的窗…

半窗疏影 2024-10-16 14:33:32 6 0

每 20 分钟运行一次脚本

Closed. This question is seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. It does not …

柠檬 2024-10-14 21:55:21 9 0
更多

推荐作者

眼泪淡了忧伤

文章 0 评论 0

corot39

文章 0 评论 0

守护在此方

文章 0 评论 0

github_3h15MP3i7

文章 0 评论 0

相思故

文章 0 评论 0

滥情空心

文章 0 评论 0

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文