Search code examples
pythonautomated-testsrobotframeworksikuli

Error running test using Robot Framework with Sikuli


I have a question/problem. Could you help me?

I'm automating tests using Robot Framework with Sikuli.

When i run my first test, i get the following message:

java.lang.ExceptionInInitializerError: null

Log print: enter image description here

My test: enter image description here

What could it be?

Thanks in advance!!


Solution

  • I did it very simply!

    I just replaced the keyword "Run Process" with "Start Process".

    Sorted out!