Help me in a question, please:
I'm automating tests using the Robot Framework. The interface is Desktop. I'm using the Sikuli and Process Libraries.
I use Process Library to open the program (Start Process). How can i close de program using this library? There are "Terminate Process" and "Terminate all Processes" Keywords, but they don't work for that purpose.
I found the link below, but don't help me... =/: Terminate service using Robot Framework Process Library
Very thanks!