Question #283780 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/283780
Status: Open => Answered
Eugene S proposed the following answer:
A region can be defined as simple as:
customReg = find("pattern.png")
then if you want to find something within that region you can act in a
similar manner:
wantToFind= customReg.find("anotherPattern.png")
--
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 : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp