← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #258409]: find x, y position of the found OCR Text

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
find(whatever) always returns a Match object, that has the coordinates
and the dimension of the region, whatever was found in.

make it visible:
find(whatever).highlight(2)

If unsure, what a feature of SikuliX returns, either
- look into the docs ()
- or use print on the return value

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