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

    Status: Needs information => Answered

Manfred Hampl proposed the following answer:
A general hint:
The smaller the region where you search for the image, the faster the search.

E.g. If you know that the green or red bar for the winner is always
shown on a specific position, then define a region around this position
endregion=Region(x,y,w,h) and do a endregion.exists(...) instead of
searching the whole screen with exists(...).

-- 
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     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to