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 Ruby Webdriver 脚本中运行由 AutoIT 工具生成的 .exe 文件?
我的场景是我需要通过单击 Flash 按钮上传文件,然后在“打开”窗口弹出窗口中选择一个文件。但是,Selenium 无法与弹出窗口交互,因此我使用 AutoIT 工具填充文件路径并生成为 .exe 文件。我想做的是,现在我希望 Selenium 在显示“打开”窗口弹出窗口后运行由 AutoIT 工具生成的 exe 文件。
试试这个 :
f = IO.popen("path to your autoit exe") puts f.readlines