← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #177200]: Need different image sets for different browsers and zoomed pages

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
Currently the image probe and the target must be the same size in pixels
(so zoom will not work).

Since the images are compared based on the contained pixels (with some
resizing/recalculation to boost performance), the probe and the target
must be similar in the sense, that only some of the pixels might have a
different color or brightness.

In some cases (e.g. slight differences of buttons) using a reduced
similarity might help, but increases risk of failures.

The request for more options on using the same image in different
scenarios is already a request bug.

For now, you have to live with the situation or find your own
workaround.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.