Question #678936 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/678936
Mike posted a new comment: Marc, you can control the mouse in different ways. For example this code moves the mouse to a location and after a while clicks on that screen position. hover(Location(1308, 821)) wait(10) click() This location I got from the location button on the IDE. Equally it will work by using a region from the region button or an image from the Take screenshot button. Sikulix shows a lot of polymorphism - many functions work with a variety of types. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

