Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 AutoIt 处理 JavaScript 警报。通过使用 webdriver 警报方法,我可以在 IE 中处理警报,但在 Firefox 中我无法这样做。我选择使用 AutoIT。建议我是否有其他方法可以做到这一点。
提前感谢大家。
您可以尝试使用Thorsten Willert_FFClick的 Firefox UDF FF.au3。只需下载 AU3 文件并将其保存在与 AutoIt 脚本相同的目录中,然后像这样包含它:
_FFClick
#include "FF.au3"