sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #55457
Re: [Question #691880]: Sikuli Script in Python loop
Question #691880 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/691880
Status: Open => Solved
Dominik Er confirmed that the question is solved:
i found a Workaround.
when you run the script like this:
import pyautogui as pg
pg.click(x = 2206, y = 353)
pg.hotkey('ctrl', 'r')
Then sikuli can use the mouse.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.