← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #268262]: How to disable highlighting of left-click action when a macro is running in normal mode

 

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

    Status: Open => Answered

Eugene S proposed the following answer:
Not sure what highlight are you referring to..

Highlight is generally a Region method that displays a red frame around the pattern on the screen, for example:
find(pattern).highlight(1)

Now you are talking about mouse click highlighting which I am not sure
what it is. Perhaps you mean the red crossed circle that appears on the
area that is going to be clicked? If so, you can use:

Settings.setShowActions = false

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