【发布时间】:2022-01-18 14:31:45
【问题描述】:
我是 Puppeteer 的新手,我正在尝试重写我的 Autohotkey 脚本。我还找不到如何在 Puppeteer 中创建消息框,就像在 Autohotkey 中一样。甚至可能吗? 像这样的:
Sleep, 300
MsgBox, Its finded!
WinActivate ahk_exe firefox.exe
WinMaximize ahk_exe firefox.exe
【问题讨论】:
-
您能详细解释一下什么是消息框吗?
标签: puppeteer autohotkey messagebox