Robot Framework AutoitLibrary run command does not fail but does not open the application

邮差的信 提交于 2019-12-08 15:02:54

问题


I am having an issue that notepad.exe is not getting opened. The run command itself is successful according to the log. But Nothing is opening. I have just installed AutoItLibrary with pip and downloaded and installed Autoit on my machine. My path is only to Python and Python Scripts directory. I have no other components running. Do I have to have any other thing done? have the code Library|AutoitLibrary |Run|notepad.exe |Send|'abc' Send fails saying no such keyword found. I do not see the notepad opening at any point. I also tried wait for the window where it just waits until time out and comes out without the notepad getting opened.


回答1:


Got it figured out. A Pip install is not doing the full job. I had to download the distro zip file and run the setup install.



来源:https://stackoverflow.com/questions/35887401/robot-framework-autoitlibrary-run-command-does-not-fail-but-does-not-open-the-ap

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!