How do we need to call SKuli functions from Katalon Studio, added the skuli libraries as suggested below http://forum.katalon.com/questions/katalon-and-sikulix/

How do we need to call SKuli functions from Katalon Studio, added the skuli libraries as suggested below
http://forum.katalon.com/questions/katalon-and-sikulix/

First of all, please add Sikuli library into your project using provided solution above.

Secondly, to call Sikuli functions (Java) to your test case, please refer to this page. Remember to add import statement so that you can call Sikuli functions

Can you provide an example of the syntax that would be used? I have tried from inside the Test Case Script tab.

The relevant code I included was:

import org.sikuli.script.*

Screen s = new Screen()
s.click(‘Object Repository/eLearning Course Window/ResumeHTML5Course.png’)

When I try to click on the Manual tab it says there is an error in the script but it does not say why. Once I remove all of this code then the error goes away.

1 Like

I do have same question as of Andy,

@“Vinh Nguyen” : Do you any code snippet which can help me looking into image comparison using sikuli in Katalon script

Thanks in advance

1 Like

when hitting this link I get.

Permission Problem

You don’t have permission to do that.http://forum.katalon.com/discussion/3379/katalon-and-sikulix

1 Like

Bob H said:

when hitting this link I get.

Permission Problem

You don’t have permission to do that.Katalon and SikuliX - Archive - Katalon Community

Same checked it just now. Permission problem

Same Permission problem…