sikuli_cpython
sikuli_cpython copied to clipboard
Not work 'hover' function
If I try use 'hover' I get:
AttributeError: 'org.sikuli.api.robot.desktop.Desktop Mouse' object has no attribute 'hover'
other function works properly.
any solution for this? I am getting the same error
I have a workaround for this - simply download sikuli-slides-1.2.0.jar (maybe newer) and replace sikuli-api-1.0.2-standalone.jar with this file (don't forget to rename it to sikuli-api-1.0.2-standalone) And hover works! :)