sikuli end highlight

Asked by Ankit Agrawal

After using sikuli highlight command, i want to end highlight and continue with the rest of the script. How can i do this using sikuli with java?

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

If you use a simple

someRegion.highlight()

with no parameters, highlighting for that region is switched on.

another

someRegion.highlight()

switches it off again.

someRegion.highlight(n)
will stop it after n seconds

Can you help with this problem?

Provide an answer of your own, or ask Ankit Agrawal for more information if necessary.

To post a message you must log in.