← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #199310]: how to click a object whose location is fix but content is changeable

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
-- make an image of the text label only
-- click on the image in IDE -> Preview opens
-- go to the Target Offset tab and arrange the click point to hit the entry field

This process produces a
Pattern(image).targetOffset(x,y)
where x and y are relative to the center of image.

which in the IDE is a thumbnail with a red point for the offset
location.

Hovering over the image shows the internal representation.

More details on Pattern: -> docs ;-)

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