As stated in the title, using Sikuli, what is the functional difference between s.click("image.png")
and s.click("image.png",0)
?
I haven't been able to find anything about this modifier in the documentation and haven't noticed any functional difference in my Java scripts using one or the other.
I ask because I see the extra ,0
used in other's scripts constantly, but do not understand why.
Are there other modifiers people use instead of ,0
?