sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #50847
Re: [Question #678936]: mouseMove to an absolute position on screen
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.