Search code examples
javascriptjavasikulisikuli-script

Sikuli click on the wrong thing


Hello I'm writtin a script with Sekuli.

But when I write example: screen.click(test.png). It happens that Sikuli just click on the wrong screenshot. I don't understand why. How can I tell to Sikuli to be more accurate ?


Solution

  • I found something so if you use .exact() sikuli will "sets the minimum Similarity to 0.99 which means exact match"