← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #287807]: Is it possible to highlight multiple regions?

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
it is possible, what you want:

r1.highlight() # switches highlight on
r2.highlight()
r3.highlight()
# do something
r1.highlight() # switches highlight off
r2.highlight()
r3.highlight()

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.