← Back to team overview

sikuli-driver team mailing list archive

[Question #565988]: Optimization on targeting moving button/picture

 

New question #565988 on Sikuli:
https://answers.launchpad.net/sikuli/+question/565988

Hi, first of all, great job!

Do you have any tips on targeting any moving button/picture?

I usually use :

     if reg.exists(a,0)
        reg.click(a,0) # slow and sometimes hit and miss on target

than using :

    if reg.exists(a, x):
        click(reg.getLastMatch())  # always miss, I think because the button/picture position already changed.

But it is still kinda slow.

Thanks.

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