← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #673288]: Detecting clicks outside of an element in the interface

 

Question #673288 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/673288

    Status: Open => Answered

RaiMan proposed the following answer:
when using something like

click(button)

where button is the button image, then SikuliX will click the center of
the button image found on screen.

So if it does not click this way, then you have to debug, why that
happens.

match = wait(button)
match.highlight(3)
click(match)

If the image is found correctly, then you have a another problem with
your system.

If running on Windows 10, then possibly this: bug 1730645

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.