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.
在 Selenium 中,当我尝试从 Firefox 浏览器打开 MS Word 文档时,会弹出我无法通过 Selenium 识别的对话框。谁能帮助我通过硒识别对话框(如何捕获ID或窗口ID)?
您可以使用autoit 。只需从给定链接下载 autoit 软件并安装即可。
AutoIt网站
根据您的需要在 autoit 中编写几行脚本,并在导致该窗口出现的行之前调用已编译的 exe。
Autoit窗口信息工具将帮助您识别所需控件的 ID 和类。