← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #283780]: how to change default screen to a custom region?

 

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.