0

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!

Chris
  • 15,819
  • 3
  • 24
  • 37
evojd
  • 21
  • 5
  • What error are you getting? Terminate Process should do exactly what you need. – Pekka May 13 '22 at 07:11
  • But how do i use?? I'm not getting. When i use Terminate Process, the program doesn't close... =/ – evojd May 13 '22 at 11:57
  • Pekka, Do you have any example? – evojd May 13 '22 at 11:57
  • This is the simplest I could make, tested in Windows. I don't know how to add line breaks: ```*** Settings *** Library Process *** Test Cases *** Notepad ${process}= Start Process notepad Terminate Process``` – Pekka May 16 '22 at 10:46

0 Answers0